Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 928 Bytes

AddRoleRequest.md

File metadata and controls

14 lines (10 loc) · 928 Bytes

AddRoleRequest

Properties

Name Type Description Notes
id str The ID of the new role. Should be unique within all roles<br/><p><br/>It should have a format of universally unique identifier (UUID) and should not start<br/>with <code>00000000-0000-0000-</code> which is a reserved prefix. [optional]
name str The name of the new role. Should be unique within all roles.
_global bool Whether the role should be a global or resource role. [optional]
description str The description of the role. [optional]
permissions list[str] The permissions to be granted for this role. [optional]

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