| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | ||
| is_superuser | Option<bool> | Users added to this group will be superusers. | [optional] |
| parent | Option<uuid::Uuid> | [optional] | |
| users | Option<Vec> | [optional] | |
| attributes | Option<std::collections::HashMap<String, serde_json::Value>> | [optional] | |
| roles | Option<Vecuuid::Uuid> | [optional] |