Databricks SDK for JavaScript
    Preparing search index...

    Interface DeleteWorkspacePermissionAssignmentRequest

    Removes all permission assignments for a workspace given a principal.

    interface DeleteWorkspacePermissionAssignmentRequest {
        accountId?: string;
        principalId?: bigint;
        workspaceId?: bigint;
    }
    Index

    Properties

    accountId?: string

    The account ID.

    principalId?: bigint

    The ID of the user, service principal, or group.

    workspaceId?: bigint

    The workspace ID for the account.