RoleAssignmentItem interface

Role assignment item that indicates which principals should be assigned this role definition

Properties

condition

Condition under which the principal can be granted permission

principals

List of principal IDs to which to assign this role definition

roleDefinitionId

Role definition identifier

Property Details

condition

Condition under which the principal can be granted permission

condition?: string

Property Value

string

principals

List of principal IDs to which to assign this role definition

principals?: Principal[]

Property Value

roleDefinitionId

Role definition identifier

roleDefinitionId: string

Property Value

string