Share via


EvaluationRule interface

Evaluation rule model.

Properties

action

Definition of the evaluation rule action.

description

Description for the evaluation rule.

displayName

Display Name for the evaluation rule.

enabled

Indicates whether the evaluation rule is enabled. Default is true.

eventType

Event type that the evaluation rule applies to.

filter

Filter condition of the evaluation rule.

id

Unique identifier for the evaluation rule.

systemData

System metadata for the evaluation rule.

Property Details

action

Definition of the evaluation rule action.

action: EvaluationRuleActionUnion

Property Value

description

Description for the evaluation rule.

description?: string

Property Value

string

displayName

Display Name for the evaluation rule.

displayName?: string

Property Value

string

enabled

Indicates whether the evaluation rule is enabled. Default is true.

enabled: boolean

Property Value

boolean

eventType

Event type that the evaluation rule applies to.

eventType: EvaluationRuleEventType

Property Value

filter

Filter condition of the evaluation rule.

filter?: EvaluationRuleFilter

Property Value

id

Unique identifier for the evaluation rule.

id: string

Property Value

string

systemData

System metadata for the evaluation rule.

systemData: Record<string, string>

Property Value

Record<string, string>