Values_0.BasicAuthenticationPropertiesSourceBasic authentication configuration that defines the username and password properties for HTTP Basic authentication.
type nonrec t = {username : ConnectorProperty.t option;The username property name to use for Basic authentication credentials.
*)password : ConnectorProperty.t option;The password property name to use for Basic authentication credentials.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Bool_.t
| `Enum of string
| `List of [> `String of String_.t ] list
| `String of PropertyName.t ])
list ])
list ]