Incident Properties Action Args
data class IncidentPropertiesActionArgs(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<IncidentPropertiesActionArgs>
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 the incident was closed with
Link copied to clipboard
List of labels to add to the incident.
Link copied to clipboard
Information on the user an incident is assigned to
Link copied to clipboard
The severity of the incident
Link copied to clipboard
The status of the incident