Automation Rule Modify Properties Action Response Action Configuration
data class AutomationRuleModifyPropertiesActionResponseActionConfiguration(val classification: String? = null, val classificationComment: String? = null, val classificationReason: String? = null, val labels: List<IncidentLabelResponse>? = null, val owner: IncidentOwnerInfoResponse? = null, val severity: String? = null, val status: String? = null)
The configuration of the modify properties automation rule action
Constructors
Link copied to clipboard
constructor(classification: String? = null, classificationComment: String? = null, classificationReason: String? = null, labels: List<IncidentLabelResponse>? = null, owner: IncidentOwnerInfoResponse? = null, severity: String? = null, status: String? = 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