GetActivityLogAlertResult

data class GetActivityLogAlertResult(val actions: ActionListResponse, 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.

Constructors

Link copied to clipboard
constructor(actions: ActionListResponse, condition: AlertRuleAllOfConditionResponse, description: String? = null, enabled: Boolean? = null, id: String, location: String? = null, name: String, scopes: List<String>, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The actions that will activate when the condition is met.

Link copied to clipboard

The condition that will cause this alert to activate.

Link copied to clipboard
val description: String? = null

A description of this Activity Log Alert rule.

Link copied to clipboard
val enabled: Boolean? = null

Indicates whether this Activity Log Alert rule is enabled. If an Activity Log Alert rule is not enabled, then none of its actions will be activated.

Link copied to clipboard
val id: String

The resource Id.

Link copied to clipboard
val location: String? = null

The location of the resource. Azure Activity Log Alert rules are supported on Global, West Europe and North Europe regions.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

A list of resource IDs that will be used as prefixes. The alert will only apply to Activity Log events with resource IDs that fall under one of these prefixes. This list must include at least one item.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags of the resource.

Link copied to clipboard

The type of the resource.