Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 854 Bytes

RoleAssignmentCreate.md

File metadata and controls

14 lines (9 loc) · 854 Bytes

RoleAssignmentCreate

Properties

Name Type Description Notes
role String the role that will be assigned (accepts either the role id or the role key)
tenant Option<String> the tenant the role is associated with (accepts either the tenant id or the tenant key) [optional]
resource_instance Option<String> the resource instance the role is associated with (accepts either the resource instance id or key using this format resource_type:resource_instance) [optional]
user String the user the role will be assigned to (accepts either the user id or the user key)

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