You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: acceptance/help/output.txt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ Unity Catalog
57
57
catalogs A catalog is the first layer of Unity Catalog’s three-level namespace.
58
58
connections Connections allow for creating a connection to an external data source.
59
59
credentials A credential represents an authentication and authorization mechanism for accessing services on your cloud tenant.
60
+
entity-tag-assignments Tags are attributes that include keys and optional values that you can use to organize and categorize entities in Unity Catalog.
60
61
external-lineage External Lineage APIs enable defining and managing lineage relationships between Databricks objects and external systems.
61
62
external-locations An external location is an object that combines a cloud storage path with a storage credential that authorizes access to the cloud storage path.
62
63
external-metadata External Metadata objects enable customers to register and manage metadata about external systems within Unity Catalog.
@@ -65,9 +66,11 @@ Unity Catalog
65
66
metastores A metastore is the top-level container of objects in Unity Catalog.
66
67
model-versions Databricks provides a hosted version of MLflow Model Registry in Unity Catalog.
67
68
online-tables Online tables provide lower latency and higher QPS access to data from Delta tables.
69
+
policies Attribute-Based Access Control (ABAC) provides high leverage governance for enforcing compliance policies in Unity Catalog.
68
70
quality-monitors A monitor computes and monitors data or model quality metrics for a table over time.
69
71
registered-models Databricks provides a hosted version of MLflow Model Registry in Unity Catalog.
70
72
resource-quotas Unity Catalog enforces resource quotas on all securable objects, which limits the number of resources that can be created.
73
+
rfa Request for Access enables customers to request access to and manage access request destinations for Unity Catalog securables.
71
74
schemas A schema (also called a database) is the second layer of Unity Catalog’s three-level namespace.
72
75
storage-credentials A storage credential represents an authentication and authorization mechanism for accessing data stored on your cloud tenant.
73
76
system-schemas A system schema is a schema that lives within the system catalog.
0 commit comments