แชร์ผ่าน


account o-auth-published-apps command group

Note

This information applies to Databricks CLI versions 0.205 and above. The Databricks CLI is in Public Preview.

Databricks CLI use is subject to the Databricks License and Databricks Privacy Notice, including any Usage Data provisions.

The account o-auth-published-apps command group within the Databricks CLI contains commands 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.

databricks account o-auth-published-apps list

Get all the available published OAuth apps in Databricks.

databricks account o-auth-published-apps list [flags]

Options

--page-size int

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

--page-token string

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

Global flags

Examples

The following example lists all published OAuth apps:

databricks account o-auth-published-apps list

The following example lists published OAuth apps with pagination:

databricks account o-auth-published-apps list --page-size 10

The following example lists the next page of published OAuth apps:

databricks account o-auth-published-apps list --page-token "next_page_token"

Global flags

--debug

  Whether to enable debug logging.

-h or --help

    Display help for the Databricks CLI or the related command group or the related command.

--log-file string

    A string representing the file to write output logs to. If this flag is not specified then the default is to write output logs to stderr.

--log-format format

    The log format type, text or json. The default value is text.

--log-level string

    A string representing the log format level. If not specified then the log format level is disabled.

-o, --output type

    The command output type, text or json. The default value is text.

-p, --profile string

    The name of the profile in the ~/.databrickscfg file to use to run the command. If this flag is not specified then if it exists, the profile named DEFAULT is used.

--progress-format format

    The format to display progress logs: default, append, inplace, or json

-t, --target string

    If applicable, the bundle target to use