Values.SAPODataConnectorProfileCredentialsSourceThe connector-specific profile credentials required when using SAPOData.
type nonrec t = {basicAuthCredentials : BasicAuthCredentials.t option;The SAPOData basic authentication credentials.
*)oAuthCredentials : OAuthCredentials.t option;The SAPOData OAuth type authentication credentials.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of Username.t
| `Structure of (string * [> `String of AuthCode.t ]) list ])
list ])
list ]