Values.UpdateConnectionOAuthRequestParametersSourceThe OAuth request parameters to use for the connection.
type nonrec t = {clientParameters : UpdateConnectionOAuthClientRequestParameters.t option;The client parameters to use for the connection when OAuth is specified as the authorization type.
*)httpMethod : ConnectionOAuthHttpMethod.t option;The method used to connect to the HTTP endpoint.
*)oAuthHttpParameters : ConnectionHttpParameters.t option;The additional HTTP parameters used for the OAuth authorization request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of HttpsEndpoint.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t | `String of HeaderKey.t ])
list ]
list
| `String of AuthHeaderParameters.t ])
list ])
list ]