| Name | Type | Description | Notes |
|---|---|---|---|
| active | bool | The state of the service account. | |
| description | str | The description of the service account. | [optional] |
| groups | list[str] | The list of service account's permissions. | [optional] |
| identifier | str | The unique identifier of a service account. | |
| last_used | int | The last time when a token of the service account was used. | [optional] |
| roles | list[RoleDTO] | The list of service account's roles. | [optional] |
| tokens | list[UserApiToken] | The service account's API tokens. | [optional] |
| united_permissions | list[str] | The list of account's permissions assigned directly or through united roles assigned to it | [optional] |
| united_roles | list[str] | The list of account's roles assigned directly or through user groups assigned to it | [optional] |
| user_groups | list[UserGroup] | The list of service account's user groups. | [optional] |
This repository was archived by the owner on Jan 16, 2026. It is now read-only.