Databricks SDK for JavaScript
    Preparing search index...
    interface UpdateWorkspaceBindingsRequest {
        add?: WorkspaceBindingInfo[];
        remove?: WorkspaceBindingInfo[];
        securableFullName?: string;
        securableType?: string;
    }
    Index

    Properties

    List of workspace bindings to add. If a binding for the workspace already exists with a different binding_type, adding it again with a new binding_type will update the existing binding (e.g., from READ_WRITE to READ_ONLY).

    List of workspace bindings to remove.

    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).