Condition interface
Condition to trigger an alert processing rule.
Properties
| field | Field for a given condition. |
| operator | Operator for a given condition. |
| values | List of values to match for a given condition. |
Property Details
field
Field for a given condition.
field?: string
Property Value
string
operator
Operator for a given condition.
operator?: string
Property Value
string
values
List of values to match for a given condition.
values?: string[]
Property Value
string[]