interface PublisherRoleAssignment {
    access?: PublisherRoleAccess;
    accessDisplayName?: string;
    identity?: IdentityRef;
    role?: PublisherSecurityRole;
}

Properties

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.