Skip to main content
Version: Next

List policies (names) for metadata object

GET 

/metalakes/:metalake/objects/:metadataObjectType/:metadataObjectFullName/policies

List policies (names) for metadata object

Request​

Path Parameters

    metalake stringrequired

    The name of the metalake

    metadataObjectType stringrequired

    Possible values: [METALAKE, CATALOG, SCHEMA, TABLE, COLUMN, FILESET, TOPIC, MODEL, ROLE]

    The type of the metadata object

    metadataObjectFullName stringrequired

    The full name of the metadata object

Query Parameters

    details boolean

    Include detailed information about the policy

Responses​

Returns the list of policy objects associated with specified metadata object if {details} is true, otherwise returns the list of policy name

Schema

    oneOf

    code int32

    Possible values: [0]

    Status code of the response

    names string[]
Loading...