Databricks SDK for JavaScript
    Preparing search index...

    Interface ListPublishedOAuthAppIntegrationsRequest

    interface ListPublishedOAuthAppIntegrationsRequest {
        accountId?: string;
        pageSize?: number;
        pageToken?: string;
    }
    Index

    Properties

    accountId?: string
    pageSize?: number
    pageToken?: string