Values_1.ConnectionPropertiesConfigurationSourceConfiguration that defines the base URL and additional request parameters needed during connection creation.
type nonrec t = {url : Values_0.ConnectorProperty.t option;The base instance URL for the endpoint that this connection type will connect to.
*)additionalRequestParameters : ConnectorPropertyList.t option;Key-value pairs of additional request parameters that may be needed during connection creation, such as API versions or service-specific configuration options.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `List of [> `String of string ] list
| `String of string ])
list ]
list
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `List of [> `String of string ] list
| `String of string ])
list ])
list ]