Details about a notification scheme.

interface NotificationScheme {
    description?: string;
    expand?: string;
    id?: number;
    name?: string;
    notificationSchemeEvents?: Version3.Version3Models.NotificationSchemeEvent[];
    scope?: Version3.Version3Models.Scope;
    self?: string;
}

Properties

description?: string

The description of the notification scheme.

expand?: string

Expand options that include additional notification scheme details in the response.

id?: number

The ID of the notification scheme.

name?: string

The name of the notification scheme.

notificationSchemeEvents?: Version3.Version3Models.NotificationSchemeEvent[]

The notification events and associated recipients.

self?: string