Values.CredentialsSourceThe credentials that you can use to connect to cluster endpoints. Credentials consist of a username and a password.
type nonrec t = {usernamePassword : UsernamePassword.t option;The username and password that you use to connect to cluster endpoints.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of XmlStringMaxLen256.t ]) list ])
list ]