a.o_auth_published_apps: OAuth Published App

class databricks.sdk.service.oauth2.OAuthPublishedAppsAPI

These APIs enable administrators to view all the available published OAuth applications in Databricks. Administrators can add the published OAuth applications to their account through the OAuth Published App Integration APIs.

list([, page_size: Optional[int], page_token: Optional[str]]) Iterator[PublishedAppOutput]

Get all the published OAuth apps.

Get all the available published OAuth apps in Databricks.

Parameters:
  • page_size – int (optional) The max number of OAuth published apps to return.

  • page_token – str (optional) A token that can be used to get the next page of results.

Returns:

Iterator over PublishedAppOutput