Name | Type | Description | Notes |
---|---|---|---|
active | bool | The current state of the service account. | [optional] |
description | str | The description of the service account to be created. | [optional] |
groups | list[str] | The list of permissions, the service account will be granted. | [optional] |
identifier | str | The unique identifier for a service account. | |
roles | list[str] | The list of role ids, the service account will be added to." | [optional] |
tokens | list[str] | The service account's API tokens. | [optional] |
user_groups | list[str] | The list of user group ids, the service account will be added to. | [optional] |