Databricks SDK for JavaScript
    Preparing search index...
    interface ListAssignableRolesForResourceRequest {
        accountId?: string;
        resource?: string;
    }
    Index

    Properties

    accountId?: string

    account ID.

    resource?: string

    The resource name for which assignable roles will be listed.

    Examples Summary
    resource=accounts/<ACCOUNT_ID> A resource name for the account.
    resource=accounts/<ACCOUNT_ID>/groups/<GROUP_ID> A resource name for the group.
    resource=accounts/<ACCOUNT_ID>/servicePrincipals/<SP_ID> A resource name for the service principal.
    resource=accounts/<ACCOUNT_ID>/tagPolicies/<TAG_POLICY_ID> A resource name for the tag policy.