Class AccountGroupsAPI


  • @Generated
    public class AccountGroupsAPI
    extends Object
    Groups simplify identity management, making it easier to assign access to Databricks Account, data, and other securable objects.

    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.

    • Constructor Detail

      • AccountGroupsAPI

        public AccountGroupsAPI​(ApiClient apiClient)
        Regular-use constructor
    • Method Detail

      • create

        public Group create​(Group request)
        Create a new group.

        Creates a group in the Databricks Account with a unique name, using the supplied group details.

      • delete

        public void delete​(String id)
      • delete

        public void delete​(DeleteAccountGroupRequest request)
        Delete a group.

        Deletes a group from the Databricks Account.

      • get

        public Group get​(GetAccountGroupRequest request)
        Get group details.

        Gets the information for a specific group in the Databricks Account.

      • patch

        public void patch​(String id)
      • patch

        public void patch​(PartialUpdate request)
        Update group details.

        Partially updates the details of a group.

      • update

        public void update​(String id)
      • update

        public void update​(Group request)
        Replace a group.

        Updates the details of a group by replacing the entire group entity.