Databricks SDK for JavaScript
    Preparing search index...

    List permissions for a workspace, given an account and a workspace.

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

    Properties

    accountId?: string

    The account ID.

    workspaceId?: bigint

    The workspace ID.