interface ActorNotificationReason {
    matchedRoles?: string[];
    notificationReasonType?: NotificationReasonType;
    targetIdentities?: IdentityRef[];
}

Hierarchy (View Summary)

Properties

matchedRoles?: string[]
notificationReasonType?: NotificationReasonType
targetIdentities?: IdentityRef[]