Databricks SDK for JavaScript
    Preparing search index...
    interface GetWorkspaceBindingsRequest {
        maxResults?: number;
        pageToken?: string;
        securableFullName?: string;
        securableType?: string;
    }
    Index

    Properties

    maxResults?: number

    Maximum number of workspace bindings to return.

    • When set to 0, the page length is set to a server configured value (recommended);
    • When set to a value greater than 0, the page length is the minimum of this value and a server configured value;
    • When set to a value less than 0, an invalid parameter error is returned;
    • If not set, all the workspace bindings are returned (not recommended).
    pageToken?: string

    Opaque pagination token to go to next page based on previous query.

    securableFullName?: string

    The name of the securable.

    securableType?: string

    The type of the securable to bind to a workspace (catalog, storage_credential, credential, or external_location).