RoleAssignment interface
Azure role assignment details.
Properties
id | The ARM Id of the role assignment. |
name | The name of the role assignment. |
principal |
Principal Id. |
role |
Role definition id. |
scope | Role assignment scope. |
Property Details
id
The ARM Id of the role assignment.
id?: string
Property Value
string
name
The name of the role assignment.
name?: string
Property Value
string
principalId
Principal Id.
principalId?: string
Property Value
string
roleDefinitionId
Role definition id.
roleDefinitionId?: string
Property Value
string
scope
Role assignment scope.
scope?: string
Property Value
string