Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 652 Bytes

RoleV2.md

File metadata and controls

14 lines (10 loc) · 652 Bytes

RoleV2

Properties

Name Type Description Notes
name str Name of the role. [optional]
description str Description of the role. [optional]
is_admin bool Indicates whether the role grants admin permissions. [optional]
permissions RoleV2Permissions [optional]
members list[int] An array of user identifiers. [optional]

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