AlertRuleLeafCondition interface
An Activity Log Alert rule condition that is met by comparing the field and value of an Activity Log event. This condition must contain 'field' and either 'equals' or 'containsAny'.
Properties
| contains |
The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met. |
| equals | The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met. |
| field | The name of the Activity Log event's field that this condition will examine. The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'. |
Property Details
containsAny
The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met.
containsAny?: string[]
Property Value
string[]
equals
The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met.
equals?: string
Property Value
string
field
The name of the Activity Log event's field that this condition will examine. The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'.
field?: string
Property Value
string