Class MonitorNotificationRuleCondition

Conditions for conditional_recipients.

Hierarchy

  • MonitorNotificationRuleCondition

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
recipients: string[]

A list of recipients to notify. Uses the same format as the monitor message field. Must not start with an '@'.

scope: string

The scope to which the monitor applied.

Generated using TypeDoc