Values.SigningCertificateSourceContains information about an X.509 signing certificate. This data type is used as a response element in the UploadSigningCertificate and ListSigningCertificates operations.
type nonrec t = {userName : UserNameType.t option;The name of the user the signing certificate is associated with.
*)certificateId : CertificateIdType.t option;The ID for the signing certificate.
*)certificateBody : CertificateBodyType.t option;The contents of the signing certificate.
*)status : StatusType.t option;The status of the signing certificate. Active means that the key is valid for API calls, while Inactive means it is not.
*)uploadDate : DateType.t option;The date when the signing certificate was uploaded.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of UserNameType.t
| `Timestamp of DateType.t ])
list ]