Databricks SDK for JavaScript
    Preparing search index...

    Interface ListPublishedOAuthAppIntegrationsResponse

    interface ListPublishedOAuthAppIntegrationsResponse {
        apps?: PublishedOAuthAppIntegration[];
        nextPageToken?: string;
    }
    Index

    Properties

    List of Published OAuth App Integrations defined for the account.

    nextPageToken?: string