Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 838 Bytes

RoleV2.md

File metadata and controls

18 lines (13 loc) · 838 Bytes

RoleV2

Properties

Name Type Description Notes
id int Internal ID of this entity.
created datetime The time this entity was created.
modified datetime The time this entity was last modified.
account_id int The ID of the account that owns this entity.
name str Name of the role. [optional]
description str Description of the role. [optional]
permissions RoleV2Permissions [optional]
members list[int] A list of user IDs the role is assigned to. [optional]

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