Values.UpdateConnectionBasicAuthRequestParametersSourceThe Basic authorization parameters for the connection.
type nonrec t = {username : AuthHeaderParameters.t option;The user name to use for Basic authorization.
*)password : AuthHeaderParametersSensitive.t option;The password associated with the user name to use for Basic authorization.
*)}