RoleBindingRecord interface
Details on principal, role name and crn pattern of a role binding
Properties
crn |
A CRN that specifies the scope and resource patterns necessary for the role to bind |
id | Id of the role binding |
kind | The type of the resource. |
metadata | Metadata of the record |
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
id
Id of the role binding
id?: string
Property Value
string
kind
The type of the resource.
kind?: string
Property Value
string
metadata
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