Class IncidentRulePatchDataAttributesRequest

Attributes for patching an incident rule. All fields are optional.

Hierarchy

  • IncidentRulePatchDataAttributesRequest

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

A query-based condition for an incident rule.

conditions?: IncidentRuleCondition[]

List of field-based conditions.

enabled?: boolean

Whether the rule is enabled.

taskPayload?: string

The JSON-encoded payload for the task.

The trigger event for an incident rule.

Generated using TypeDoc