A notification handle that will be notified at incident creation.

Hierarchy

  • IncidentNotificationHandle

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
displayName?: string

The name of the notified handle.

handle?: string

The handle used for the notification. This includes an email address, Slack channel, or workflow.

Generated using TypeDoc