GetMicrosoftSecurityIncidentCreationAlertRuleResult

data class GetMicrosoftSecurityIncidentCreationAlertRuleResult(val alertRuleTemplateName: String? = null, val description: String? = null, val displayName: String, val displayNamesExcludeFilter: List<String>? = null, val displayNamesFilter: List<String>? = null, val enabled: Boolean, val etag: String? = null, val id: String, val kind: String, val lastModifiedUtc: String, val name: String, val productFilter: String, val severitiesFilter: List<String>? = null, val type: String)

Represents MicrosoftSecurityIncidentCreation rule.

Constructors

constructor(alertRuleTemplateName: String? = null, description: String? = null, displayName: String, displayNamesExcludeFilter: List<String>? = null, displayNamesFilter: List<String>? = null, enabled: Boolean, etag: String? = null, id: String, kind: String, lastModifiedUtc: String, name: String, productFilter: String, severitiesFilter: List<String>? = null, 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
val description: String? = null

The description of the alert rule.

Link copied to clipboard

The display name for alerts created by this alert rule.

Link copied to clipboard

the alerts' displayNames on which the cases will not be generated

Link copied to clipboard

the alerts' displayNames on which the cases will be generated

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

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 alerts' productName on which the cases will be generated

Link copied to clipboard

the alerts' severities on which the cases will be generated

Link copied to clipboard

Azure resource type