Class IncidentRuleDataAttributesResponse

Attributes of an incident rule in a response.

Hierarchy

  • IncidentRuleDataAttributesResponse

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.

conditionTableType?: number

The condition table type.

conditions?: IncidentRuleCondition[]

List of field-based conditions.

created?: Date

Timestamp when the rule was created.

createdByUuid?: string

UUID of the user who created the rule.

deleted?: Date

Timestamp when the rule was deleted.

enabled?: boolean

Whether the rule is enabled.

executionType?: number

The execution type of the rule.

incidentSettingsAssociationUuid?: string

The incident settings association UUID.

matchAnyCondition?: boolean

Whether any condition should match.

modified?: Date

Timestamp when the rule was last modified.

modifiedByUuid?: string

UUID of the user who last modified the rule.

orgId?: number

The organization ID.

taskId?: string

The task ID.

taskPayload?: string

The JSON-encoded task payload.

trigger?: string

The trigger event for the rule.

Generated using TypeDoc