Values.AuthenticationConfigSourceContains information about the authentication config that the connector supports.
type nonrec t = {isBasicAuthSupported : Boolean.t option;Indicates whether basic authentication is supported by the connector.
*)isApiKeyAuthSupported : Boolean.t option;Indicates whether API key authentication is supported by the connector
*)isOAuth2Supported : Boolean.t option;Indicates whether OAuth 2.0 authentication is supported by the connector.
*)isCustomAuthSupported : Boolean.t option;Indicates whether custom authentication is supported by the connector
*)oAuth2Defaults : OAuth2Defaults.t option;Contains the default values required for OAuth 2.0 authentication.
*)customAuthConfigs : CustomAuthConfigList.t option;Contains information required for custom authentication.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `String of ConnectorSuppliedValue.t ]
list
| `String of Key.t ])
list ]
list
| `String of CustomAuthenticationType.t ])
list ]
list
| `Structure of
(string
* [> `List of
[> `Enum of string
| `String of OAuthScope.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `String of ConnectorSuppliedValue.t ] list
| `String of Key.t ])
list ]
list ])
list ])
list ]