GetFusionAlertRuleResult

data class GetFusionAlertRuleResult(val alertRuleTemplateName: String, val description: String, val displayName: String, val enabled: Boolean, val etag: String? = null, val id: String, val kind: String, val lastModifiedUtc: String, val name: String, val severity: String, val tactics: List<String>, val type: String)

Represents Fusion alert rule.

Constructors

Link copied to clipboard
constructor(alertRuleTemplateName: String, description: String, displayName: String, enabled: Boolean, etag: String? = null, id: String, kind: String, lastModifiedUtc: String, name: String, severity: String, tactics: List<String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Name of the alert rule template used to create this rule.

Link copied to clipboard

The description of the alert rule.

Link copied to clipboard

The display name for alerts created by this alert rule.

Link copied to clipboard

Determines whether this alert rule is enabled or disabled.

Link copied to clipboard
val etag: String? = null

Etag of the azure resource

Link copied to clipboard
val id: String

Azure resource Id

Link copied to clipboard

The kind of the alert rule Expected value is 'Fusion'.

Link copied to clipboard

The last time that this alert has been modified.

Link copied to clipboard

Azure resource name

Link copied to clipboard

The severity for alerts created by this alert rule.

Link copied to clipboard

The tactics of the alert rule

Link copied to clipboard

Azure resource type