Databricks SDK for JavaScript
    Preparing search index...

    Interface ListWorkspacePermissionAssignmentsRequest

    Gets all the permission assignments for a workspace, given an account and a workspace.

    interface ListWorkspacePermissionAssignmentsRequest {
        accountId?: string;
        workspaceId?: bigint;
    }
    Index

    Properties

    accountId?: string

    The account ID.

    workspaceId?: bigint

    The workspace ID for the account.