Class IncidentNotificationRuleConditionsItems

A condition that must be met to trigger the notification rule.

Hierarchy

  • IncidentNotificationRuleConditionsItems

Constructors

Properties

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
field: string

The incident field to evaluate

values: string[]

The value(s) to compare against. Multiple values are ORed together.

Generated using TypeDoc