Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.13 KB

File metadata and controls

13 lines (10 loc) · 1.13 KB

# UnifiedRoleDefinition

Properties

Name Type Description Notes
description string The description for the unifiedRoleDefinition. [optional]
display_name string The display name for the unifiedRoleDefinition. Required. Supports $filter (`eq`, `in`). [optional]
id string The unique identifier for the role definition. Key, not nullable, Read-only. Inherited from entity. Supports $filter (`eq`, `in`). [optional]
role_permissions \OpenAPI\Client\Model\UnifiedRolePermission[] List of permissions included in the role. [optional]
at_libre_graph_weight int When presenting a list of roles the weight can be used to order them in a meaningful way. Lower weight gets higher precedence. So content with lower weight will come first. If set, weights should be non-zero, as 0 is interpreted as an unset weight. [optional]

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