Databricks SDK for JavaScript
    Preparing search index...

    Interface ListPublishedOAuthAppsRequest

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

    Properties

    accountId?: string

    The account ID.

    pageSize?: number

    The max number of OAuth published apps to return in one page.

    pageToken?: string

    A token that can be used to get the next page of results.