Databricks SDK for JavaScript
    Preparing search index...

    Interface ListAccountSettingsMetadataResponse

    interface ListAccountSettingsMetadataResponse {
        nextPageToken?: string;
        settingsMetadata?: SettingsMetadata[];
    }
    Index

    Properties

    nextPageToken?: string

    A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

    settingsMetadata?: SettingsMetadata[]

    List of all settings available via public APIs and their metadata