Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 715 Bytes

CreateCustomUserRolePayload.md

File metadata and controls

13 lines (9 loc) · 715 Bytes

CreateCustomUserRolePayload

Properties

Name Type Description Notes
name str Name of custom user role
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]