interface PublisherUserRoleAssignmentRef {
    roleName?: string;
    uniqueName?: string;
    userId?: string;
}

Properties

roleName?: string

The name of the role assigned.

uniqueName?: string

Identifier of the user given the role assignment.

userId?: string

Unique id of the user given the role assignment.