RoleBindingRecord interface

Details on principal, role name and crn pattern of a role binding

Properties

crnPattern

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

roleName

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

Metadata of the record

metadata?: MetadataEntity

Property Value

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