Get Activity Log Alert Result
data class GetActivityLogAlertResult(val actions: ActionListResponse, val azureApiVersion: String, val condition: AlertRuleAllOfConditionResponse, val description: String? = null, val enabled: Boolean? = null, val id: String, val location: String? = null, val name: String, val scopes: List<String>, val tags: Map<String, String>? = null, val type: String)
An Activity Log Alert rule resource.