ActivityLogAlertLeafCondition interface
An Activity Log alert condition that is met by comparing an activity log field and value.
Properties
equals | The field value will be compared to this value (case-insensitive) to determine if the condition is met. |
field | The name of the 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
equals
The field value 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 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