Values_0.AuthConfigurationSourceThe authentication configuration for a connection returned by the DescribeConnectionType API.
type nonrec t = {authenticationType : Property.t option;The type of authentication for a connection.
*)secretArn : Property.t option;The Amazon Resource Name (ARN) for the Secrets Manager.
*)oAuth2Properties : PropertiesMap.t option;A map of key-value pairs for the OAuth2 properties. Each value is a a Property object.
*)basicAuthenticationProperties : PropertiesMap.t option;A map of key-value pairs for the OAuth2 properties. Each value is a a Property object.
*)customAuthenticationProperties : PropertiesMap.t option;A map of key-value pairs for the custom authentication properties. Each value is a a Property object.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of PropertyName.t ]
* [> `Structure of
(string
* [> `Boolean of Bool_.t
| `Enum of string
| `List of
[> `Enum of string
| `Structure of
(string
* [> `String of AllowedValueDescriptionString.t ])
list ]
list
| `String of PropertyName.t ])
list ])
list
| `Structure of
(string
* [> `Boolean of Bool_.t
| `Enum of string
| `List of
[> `Enum of string
| `Structure of
(string * [> `String of AllowedValueDescriptionString.t ])
list ]
list
| `String of PropertyName.t ])
list ])
list ]