AccessCreateRoleBindingRequestModel interface
Create role binding request model
Properties
crn |
A CRN that specifies the scope and resource patterns necessary for the role to bind |
principal | The principal User or Group to bind the role to |
role |
The name of the role to bind to the principal |
Property Details
crnPattern
A CRN that specifies the scope and resource patterns necessary for the role to bind
crnPattern?: string
Property Value
string
principal
The principal User or Group to bind the role to
principal?: string
Property Value
string
roleName
The name of the role to bind to the principal
roleName?: string
Property Value
string