Get Microsoft Security Incident Creation Alert Rule Result
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
Link copied to clipboard
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)
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
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
The last time that this alert has been modified.
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