GetFusionAlertRuleResult

data class GetFusionAlertRuleResult(val alertRuleTemplateName: String, val azureApiVersion: 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 systemData: SystemDataResponse, val tactics: List<String>, val techniques: List<String>, val type: String)

Represents Fusion alert rule.

Constructors

Link copied to clipboard
constructor(alertRuleTemplateName: String, azureApiVersion: String, description: String, displayName: String, enabled: Boolean, etag: String? = null, id: String, kind: String, lastModifiedUtc: String, name: String, severity: String, systemData: SystemDataResponse, tactics: List<String>, techniques: 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 Azure API version of the resource.

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

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

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

The name of the resource

Link copied to clipboard

The severity for alerts created by this alert rule.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The tactics of the alert rule

Link copied to clipboard

The techniques of the alert rule

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"