# The TransitiveParentGroup object

Represents a group that is a transitive parent of a principal.

## 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.

## Example

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


