Values_1.CreateCertificateFromCsrRequestSourceThe input for the CreateCertificateFromCsr operation.
type nonrec t = {certificateSigningRequest : Values_0.CertificateSigningRequest.t;The certificate signing request (CSR).
*)setAsActive : Values_0.SetAsActive.t option;Specifies whether the certificate is active.
*)}val make :
?setAsActive:??? ->
certificateSigningRequest:Values_0.CertificateSigningRequest.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.SetAsActive.t
| `String of Values_0.CertificateSigningRequest.t ])
list ]