Incident Task Args
constructor(createdBy: Output<ClientInfoArgs>? = null, description: Output<String>? = null, incidentId: Output<String>? = null, incidentTaskId: Output<String>? = null, lastModifiedBy: Output<ClientInfoArgs>? = null, resourceGroupName: Output<String>? = null, status: Output<Either<String, IncidentTaskStatus>>? = null, title: Output<String>? = null, workspaceName: Output<String>? = null)