Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 715 Bytes

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]