Databricks SDK for JavaScript
    Preparing search index...

    Interface ListCustomOAuthAppIntegrationsRequest

    interface ListCustomOAuthAppIntegrationsRequest {
        accountId?: string;
        includeCreatorUsername?: boolean;
        pageSize?: number;
        pageToken?: string;
    }
    Index

    Properties

    accountId?: string
    includeCreatorUsername?: boolean
    pageSize?: number
    pageToken?: string