Incident Owner Info Args
data class IncidentOwnerInfoArgs(val assignedTo: Output<String>? = null, val email: Output<String>? = null, val objectId: Output<String>? = null, val ownerType: Output<Either<String, OwnerType>>? = null, val userPrincipalName: Output<String>? = null) : ConvertibleToJava<IncidentOwnerInfoArgs>
Information on the user an incident is assigned to