Skip to main content
Version: 0.6.1-incubating

List role names for metadata object

GET 

/metalakes/:metalake/objects/:metadataObjectType/:metadataObjectFullName/roles

List role names for metadata object

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    metadataObjectType stringrequired

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

    The type of the metadata object

    metadataObjectFullName stringrequired

    The full name of the metadata object

Responses

Returns the list of role name for the metadata object

Schema

    code int32

    Possible values: [0]

    Status code of the response

    names string[]
Loading...