Values_0.ReadAuthConfigSourceRead-only authentication configuration containing non-sensitive authentication details for action connectors.
type nonrec t = {authenticationType : ConnectionAuthType.t option;The type of authentication being used (BASIC, API_KEY, OAUTH2_CLIENT_CREDENTIALS, or OAUTH2_AUTHORIZATION_CODE).
*)authenticationMetadata : ReadAuthenticationMetadata.t option;The authentication metadata containing configuration details specific to the authentication type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of Endpoint.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of ClientId.t ]) list ])
list ])
list ])
list ])
list ]