Values.ConnectorDetailSourceInformation about the registered connector.
type nonrec t = {connectorDescription : ConnectorDescription.t option;A description about the registered connector.
*)connectorName : ConnectorName.t option;The name of the connector.
*)connectorOwner : ConnectorOwner.t option;The owner of the connector.
*)connectorVersion : ConnectorVersion.t option;The connector version.
*)applicationType : ApplicationType.t option;The application type of the connector.
*)connectorType : ConnectorType.t option;The connector type.
*)connectorLabel : ConnectorLabel.t option;A label used for the connector.
*)registeredAt : Date.t option;The time at which the connector was registered.
*)registeredBy : RegisteredBy.t option;The user who registered the connector.
*)connectorProvisioningType : ConnectorProvisioningType.t option;The provisioning type that the connector uses.
*)connectorModes : ConnectorModeList.t option;The connection mode that the connector supports.
*)supportedDataTransferTypes : SupportedDataTransferTypeList.t option;The data transfer types that the connector supports. RECORD Structured records. FILE Files or binary data.
*)}val make :
?connectorDescription:??? ->
?connectorName:??? ->
?connectorOwner:??? ->
?connectorVersion:??? ->
?applicationType:??? ->
?connectorType:??? ->
?connectorLabel:??? ->
?registeredAt:??? ->
?registeredBy:??? ->
?connectorProvisioningType:??? ->
?connectorModes:??? ->
?supportedDataTransferTypes:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string | `String of ConnectorMode.t ] list
| `String of ConnectorDescription.t
| `Timestamp of Date.t ])
list ]