Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 723 Bytes

CustomUserRole.md

File metadata and controls

14 lines (10 loc) · 723 Bytes

CustomUserRole

Properties

Name Type Description Notes
id str [optional]
name str [optional]
extended_role str Custom role. Must not be one of the defined values (i.e. "user", "observer", "stakeholder") [optional]
granted_rights list[str] Rights granted to the custom user role. [optional]
disallowed_rights list[str] Rights disallowed for the custom user role. [optional]

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