IncidentArgs

constructor(classification: Output<Either<String, IncidentClassification>>? = null, classificationComment: Output<String>? = null, classificationReason: Output<Either<String, IncidentClassificationReason>>? = null, description: Output<String>? = null, firstActivityTimeUtc: Output<String>? = null, incidentId: Output<String>? = null, labels: Output<List<IncidentLabelArgs>>? = null, lastActivityTimeUtc: Output<String>? = null, owner: Output<IncidentOwnerInfoArgs>? = null, resourceGroupName: Output<String>? = null, severity: Output<Either<String, IncidentSeverity>>? = null, status: Output<Either<String, IncidentStatus>>? = null, title: Output<String>? = null, workspaceName: Output<String>? = null)