Databricks SDK for JavaScript
    Preparing search index...
    interface ListStorageCredentialsRequest {
        includeUnbound?: boolean;
        maxResults?: number;
        pageToken?: string;
    }
    Index

    Properties

    includeUnbound?: boolean

    Whether to include credentials not bound to the workspace. Effective only if the user has permission to update the credential–workspace binding.

    maxResults?: number

    Maximum number of storage credentials to return. If not set, all the storage credentials are returned (not 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 0, the page length is set to a server configured value (recommended);
    • when set to a value less than 0, an invalid parameter error is returned;
    pageToken?: string

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