# The Group object

The details of a Group resource.

## Attributes

- `account_id` (string, Beta)
  The parent account ID for group in <Databricks>.
- `group_id` (string, Beta)
  Internal group ID of the group in <Databricks>.
- `external_id` (string, Beta)
  ExternalId of the group in the customer's IdP.
- `group_name` (string, Beta)
  Display name of the group.

## Example

```json
{
  "account_id": "string",
  "group_id": "string",
  "external_id": "string",
  "group_name": "string"
}
```


