IncidentPropertiesActionArgs

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
val classification: Output<Either<String, IncidentClassification>>? = null

The reason the incident was closed

Link copied to clipboard
val classificationComment: Output<String>? = null

Describes the reason the incident was closed.

Link copied to clipboard

The classification reason the incident was closed with

Link copied to clipboard
val labels: Output<List<IncidentLabelArgs>>? = null

List of labels to add to the incident.

Link copied to clipboard
val owner: Output<IncidentOwnerInfoArgs>? = null

Information on the user an incident is assigned to

Link copied to clipboard
val severity: Output<Either<String, IncidentSeverity>>? = null

The severity of the incident

Link copied to clipboard
val status: Output<Either<String, IncidentStatus>>? = null

The status of the incident

Functions

Link copied to clipboard
open override fun toJava(): IncidentPropertiesActionArgs