Values_1.RegisterCertificateRequestSourceThe input to the RegisterCertificate operation.
type nonrec t = {certificatePem : Values_0.CertificatePem.t;The certificate data, in PEM format.
*)caCertificatePem : Values_0.CertificatePem.t option;The CA certificate used to sign the device certificate being registered.
*)setAsActive : Values_0.SetAsActiveFlag.t option;A boolean value that specifies if the certificate is set to active. Valid values: ACTIVE | INACTIVE
*)status : Values_0.CertificateStatus.t option;The status of the register certificate request. Valid values that you can use include ACTIVE, INACTIVE, and REVOKED.
*)}val make :
?caCertificatePem:??? ->
?setAsActive:??? ->
?status:??? ->
certificatePem:Values_0.CertificatePem.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.SetAsActiveFlag.t
| `Enum of string
| `String of Values_0.CertificatePem.t ])
list ]