Databricks SDK for JavaScript
    Preparing search index...

    Interface ListCustomOAuthAppIntegrationsResponse

    interface ListCustomOAuthAppIntegrationsResponse {
        apps?: CustomOAuthAppIntegration[];
        nextPageToken?: string;
    }
    Index

    Properties

    List of Custom OAuth App Integrations defined for the account.

    nextPageToken?: string