Automation Rule Action Incident Args
data class AutomationRuleActionIncidentArgs(val classification: Output<String>? = null, val classificationComment: Output<String>? = null, val labels: Output<List<String>>? = null, val order: Output<Int>, val ownerId: Output<String>? = null, val severity: Output<String>? = null, val status: Output<String>? = null) : ConvertibleToJava<AutomationRuleActionIncidentArgs>
Properties
Link copied to clipboard
The classification of the incident, when closing it. Possible values are: BenignPositive_SuspiciousButExpected
, FalsePositive_InaccurateData
, FalsePositive_IncorrectAlertLogic
, TruePositive_SuspiciousActivity
and Undetermined
.
Link copied to clipboard
The comment why the incident is to be closed.