Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 776 Bytes

UpdateRoleRequest.md

File metadata and controls

12 lines (9 loc) · 776 Bytes

# UpdateRoleRequest

Properties

Name Type Description Notes
name string The name of the role. There is a limit of 255 characters per role.
admin bool If user is admin he will have permissions to all API endpoints and resources. Enabling this will superseed all role definitions and `accessAllResources`.
access_all_resources bool Allow access to all resources. This will superseed all assigned resources in a role.
permissions \OpenAPI\Client\Model\PermissionRequest[] [optional]

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