Values.CertificateInfoSourceContains general information about a certificate.
type nonrec t = {certificateId : CertificateId.t option;The identifier of the certificate.
*)commonName : CertificateCN.t option;The common name for the certificate.
*)state : CertificateState.t option;The state of the certificate.
*)expiryDateTime : CertificateExpiryDateTime.t option;The date and time when the certificate will expire.
*)type_ : CertificateType.t option;The function that the registered certificate performs. Valid values include ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of CertificateId.t
| `Timestamp of CertificateExpiryDateTime.t ])
list ]