Values.ConfigurationSourceThe configuration of a connection.
type nonrec t = {classification : ConfigurationClassificationString.t option;The classification of the connection configuration.
*)properties : PropertyMap.t option;The properties of the connection configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of PropertyMapKeyString.t ]
* [> `String of PropertyMapValueString.t ])
list
| `String of ConfigurationClassificationString.t ])
list ]