Values.UpdatePrivateConnectionCertificateInputSourceInput for updating the certificate of a Private Connection.
type nonrec t = {name : PrivateConnectionName.t;The name of the Private Connection.
*)certificate : CertificateString.t;The new certificate for the Private Connection.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of PrivateConnectionName.t ]) list ]