Class IncidentNotificationRuleCreateAttributes

The attributes for creating a notification rule.

Hierarchy

  • IncidentNotificationRuleCreateAttributes

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

The conditions that trigger this notification rule.

enabled?: boolean

Whether the notification rule is enabled.

handles: string[]

The notification handles (targets) for this rule.

renotifyOn?: string[]

List of incident fields that trigger re-notification when changed.

trigger: string

The trigger event for this notification rule.

The visibility of the notification rule.

Generated using TypeDoc