Class IncidentNotificationRuleAttributes

The notification rule's attributes.

Hierarchy

  • IncidentNotificationRuleAttributes

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.

created: Date

Timestamp when the notification rule was created.

enabled: boolean

Whether the notification rule is enabled.

handles: string[]

The notification handles (targets) for this rule.

modified: Date

Timestamp when the notification rule was last modified.

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