@Generated public interface AccountGroupsV2Service
It is best practice to assign access to workspaces and access-control policies in Unity Catalog to groups, instead of to users individually. All Databricks account identities can be assigned as members of groups, and members inherit permissions that are assigned to their group.
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
AccountGroup |
create(CreateAccountGroupRequest createAccountGroupRequest)
Creates a group in the Databricks account with a unique name, using the supplied group details.
|
void |
delete(DeleteAccountGroupRequest deleteAccountGroupRequest)
Deletes a group from the Databricks account.
|
AccountGroup |
get(GetAccountGroupRequest getAccountGroupRequest)
Gets the information for a specific group in the Databricks account.
|
ListAccountGroupsResponse |
list(ListAccountGroupsRequest listAccountGroupsRequest)
Gets all details of the groups associated with the Databricks account.
|
void |
patch(PatchAccountGroupRequest patchAccountGroupRequest)
Partially updates the details of a group.
|
void |
update(UpdateAccountGroupRequest updateAccountGroupRequest)
Updates the details of a group by replacing the entire group entity.
|
AccountGroup create(CreateAccountGroupRequest createAccountGroupRequest)
void delete(DeleteAccountGroupRequest deleteAccountGroupRequest)
AccountGroup get(GetAccountGroupRequest getAccountGroupRequest)
ListAccountGroupsResponse list(ListAccountGroupsRequest listAccountGroupsRequest)
void patch(PatchAccountGroupRequest patchAccountGroupRequest)
void update(UpdateAccountGroupRequest updateAccountGroupRequest)
Copyright © 2026. All rights reserved.