Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateWorkspacePermissionAssignmentRequest

    interface UpdateWorkspacePermissionAssignmentRequest {
        accountId?: string;
        permissions?: WorkspacePermission[];
        principalId?: bigint;
        workspaceId?: bigint;
    }
    Index

    Properties

    accountId?: string

    The account ID.

    permissions?: WorkspacePermission[]

    Array of permissions assignments to update on the workspace. Valid values are "USER" and "ADMIN" (case-sensitive). If both "USER" and "ADMIN" are provided, "ADMIN" takes precedence. Other values will be ignored. Note that excluding this field, or providing unsupported values, will have the same effect as providing an empty list, which will result in the deletion of all permissions for the principal.

    principalId?: bigint

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

    workspaceId?: bigint

    The workspace ID.