Databricks SDK for JavaScript
    Preparing search index...

    Interface GetEffectivePermissionsResponse

    interface GetEffectivePermissionsResponse {
        nextPageToken?: string;
        privilegeAssignments?: EffectivePrivilegeAssignment[];
    }
    Index

    Properties

    nextPageToken?: string

    Opaque token to retrieve the next page of results. Absent if there are no more pages. page_token should be set to this value for the next request (for the next page of results).

    privilegeAssignments?: EffectivePrivilegeAssignment[]

    The privileges conveyed to each principal (either directly or via inheritance)