|
| 1 | + |
| 2 | +>>> [CLI] account --help |
| 3 | +Databricks Account Commands |
| 4 | + |
| 5 | +Usage: |
| 6 | + databricks account [command] |
| 7 | + |
| 8 | +Identity and Access Management |
| 9 | + access-control These APIs manage access rules on resources in an account. |
| 10 | + groups Groups simplify identity management, making it easier to assign access to Databricks account, data, and other securable objects. |
| 11 | + service-principals Identities for use with jobs, automated tools, and systems such as scripts, apps, and CI/CD platforms. |
| 12 | + users User identities recognized by Databricks and represented by email addresses. |
| 13 | + workspace-assignment The Workspace Permission Assignment API allows you to manage workspace permissions for principals in your account. |
| 14 | + |
| 15 | +Unity Catalog |
| 16 | + metastore-assignments These APIs manage metastore assignments to a workspace. |
| 17 | + metastores These APIs manage Unity Catalog metastores for an account. |
| 18 | + storage-credentials These APIs manage storage credentials for a particular metastore. |
| 19 | + |
| 20 | +Settings |
| 21 | + ip-access-lists The Accounts IP Access List API enables account admins to configure IP access lists for access to the account console. |
| 22 | + network-connectivity These APIs provide configurations for the network connectivity of your workspaces for serverless compute resources. |
| 23 | + network-policies These APIs manage network policies for this account. |
| 24 | + settings Accounts Settings API allows users to manage settings at the account level. |
| 25 | + workspace-network-configuration These APIs allow configuration of network settings for Databricks workspaces by selecting which network policy to associate with the workspace. |
| 26 | + |
| 27 | +Provisioning |
| 28 | + credentials These APIs manage credential configurations for this workspace. |
| 29 | + encryption-keys These APIs manage encryption key configurations for this workspace (optional). |
| 30 | + networks These APIs manage network configurations for customer-managed VPCs (optional). |
| 31 | + private-access These APIs manage private access settings for this account. |
| 32 | + storage These APIs manage storage configurations for this workspace. |
| 33 | + vpc-endpoints These APIs manage VPC endpoint configurations for this account. |
| 34 | + workspaces These APIs manage workspaces for this account. |
| 35 | + |
| 36 | +Billing |
| 37 | + billable-usage This API allows you to download billable usage logs for the specified account and date range. |
| 38 | + budget-policy A service serves REST API about Budget policies. |
| 39 | + budgets These APIs manage budget configurations for this account. |
| 40 | + log-delivery These APIs manage log delivery configurations for this account. |
| 41 | + usage-dashboards These APIs manage usage dashboards for this account. |
| 42 | + |
| 43 | +OAuth |
| 44 | + custom-app-integration These APIs enable administrators to manage custom OAuth app integrations, which is required for adding/using Custom OAuth App Integration like Tableau Cloud for Databricks in AWS cloud. |
| 45 | + federation-policy These APIs manage account federation policies. |
| 46 | + o-auth-published-apps These APIs enable administrators to view all the available published OAuth applications in Databricks. |
| 47 | + published-app-integration These APIs enable administrators to manage published OAuth app integrations, which is required for adding/using Published OAuth App Integration like Tableau Desktop for Databricks in AWS cloud. |
| 48 | + service-principal-federation-policy These APIs manage service principal federation policies. |
| 49 | + service-principal-secrets These APIs enable administrators to manage service principal secrets. |
| 50 | + |
| 51 | +Flags: |
| 52 | + -h, --help help for account |
| 53 | + |
| 54 | +Global Flags: |
| 55 | + --debug enable debug logging |
| 56 | + -o, --output type output type: text or json (default text) |
| 57 | + -p, --profile string ~/.databrickscfg profile |
| 58 | + -t, --target string bundle target to use (if applicable) |
| 59 | + |
| 60 | +Use "databricks account [command] --help" for more information about a command. |
0 commit comments