Package version:

Azure role assignment details.

interface RoleAssignment {
    id?: string;
    name?: string;
    principalId?: string;
    roleDefinitionId?: string;
    scope?: string;
}

Properties

id?: string

The ARM Id of the role assignment.

name?: string

The name of the role assignment.

principalId?: string

Principal Id.

roleDefinitionId?: string

Role definition id.

scope?: string

Role assignment scope.