ActivityLogAlertLeafCondition Class

An Activity Log alert condition that is met by comparing an activity log field and value.

All required parameters must be populated in order to send to Azure.

Inheritance
ActivityLogAlertLeafCondition

Constructor

ActivityLogAlertLeafCondition(*, field: str, equals: str, **kwargs)

Variables

field
str

Required. 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.'.

equals
str

Required. The field value will be compared to this value (case-insensitive) to determine if the condition is met.