Automation Rule Modify Properties Action Action Configuration Args
data class AutomationRuleModifyPropertiesActionActionConfigurationArgs(val classification: Output<Either<String, IncidentClassification>>? = null, val classificationComment: Output<String>? = null, val classificationReason: Output<Either<String, IncidentClassificationReason>>? = null, val labels: Output<List<IncidentLabelArgs>>? = null, val owner: Output<IncidentOwnerInfoArgs>? = null, val severity: Output<Either<String, IncidentSeverity>>? = null, val status: Output<Either<String, IncidentStatus>>? = null) : ConvertibleToJava<AutomationRuleModifyPropertiesActionActionConfigurationArgs>
The configuration of the modify properties automation rule action
Constructors
Link copied to clipboard
constructor(classification: Output<Either<String, IncidentClassification>>? = null, classificationComment: Output<String>? = null, classificationReason: Output<Either<String, IncidentClassificationReason>>? = null, labels: Output<List<IncidentLabelArgs>>? = null, owner: Output<IncidentOwnerInfoArgs>? = null, severity: Output<Either<String, IncidentSeverity>>? = null, status: Output<Either<String, IncidentStatus>>? = null)
Properties
Link copied to clipboard
The reason the incident was closed
Link copied to clipboard
Describes the reason the incident was closed
Link copied to clipboard
The classification reason to close the incident with
Link copied to clipboard
List of labels to add to the incident
Link copied to clipboard
Describes a user that the incident is assigned to
Link copied to clipboard
The severity of the incident
Link copied to clipboard
The status of the incident