Values.ConnectorProfileConfigSourceDefines the connector-specific configuration and credentials for the connector profile.
type nonrec t = {connectorProfileProperties : ConnectorProfileProperties.t;The connector-specific properties of the profile configuration.
*)connectorProfileCredentials : ConnectorProfileCredentials.t option;The connector-specific credentials required by each connector.
*)}val make :
?connectorProfileCredentials:??? ->
connectorProfileProperties:ConnectorProfileProperties.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of PortNumber.t
| `Map of
([> `String of ProfilePropertyKey.t ]
* [> `String of ProfilePropertyValue.t ])
list
| `String of InstanceUrl.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of OAuthScope.t ] list
| `Map of
([> `String of CustomPropertyKey.t ]
* [> `String of CustomPropertyValue.t ])
list
| `String of TokenUrl.t
| `Structure of
(string * [> `String of AuthCode.t ]) list ])
list ])
list ])
list ])
list ]