Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 957 Bytes

ServiceAccountWrite.md

File metadata and controls

16 lines (12 loc) · 957 Bytes

ServiceAccountWrite

Properties

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]

[Back to Model list] [Back to API list] [Back to README]