interface RoleAssignment {
    access: RoleAccess;
    accessDisplayName: string;
    identity: IdentityRef;
    role: SecurityRole;
}

Properties

access: RoleAccess

Designates the role as explicitly assigned or inherited.

accessDisplayName: string

User friendly description of access assignment.

identity: IdentityRef

The user to whom the role is assigned.

The role assigned to the user.