Details of a notification within a notification scheme.

interface NotificationSchemeNotificationDetails {
    notificationType: string;
    parameter?: string;
}

Properties

notificationType: string

The notification type, e.g CurrentAssignee, Group, EmailAddress.

parameter?: string

The value corresponding to the specified notification type.