Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 883 Bytes

Account.md

File metadata and controls

15 lines (11 loc) · 883 Bytes

Account

Properties

Name Type Description Notes
groups list[str] The list of account's permissions. [optional]
identifier str The unique identifier of an account.
roles list[str] The list of account's roles. [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[str] The list of account's user groups. [optional]

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