Values.CredentialSummarySourceA record of a presented X509 credential from a temporary credential request.
type nonrec t = {seenAt : SyntheticTimestamp_date_time.t option;The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.
*)serialNumber : String_.t option;The serial number of the certificate.
*)issuer : String_.t option;The fully qualified domain name of the issuing certificate for the presented end-entity certificate.
*)enabled : Boolean.t option;Indicates whether the credential is enabled.
*)x509CertificateData : String_.t option;The PEM-encoded data of the certificate.
*)failed : Boolean.t option;Indicates whether the temporary credential request was successful.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]