Databricks SDK for JavaScript
    Preparing search index...
    interface AuthorizationDetails {
        grantRules?: AuthorizationDetails_GrantRule[];
        resourceLegacyAclPath?: string;
        resourceName?: string;
        type?: string;
    }
    Index

    Properties

    Represents downscoped permission rules with specific access rights. This field is specific to workspace_rule_set constraint.

    resourceLegacyAclPath?: string

    The acl path of the tree store resource resource.

    resourceName?: string

    The resource name to which the authorization rule applies. This field is specific to workspace_rule_set constraint. Format: workspaces/{workspace_id}/dashboards/{dashboard_id}

    type?: string

    The type of authorization downscoping policy. Ex: workspace_rule_set defines access rules for a specific workspace resource