Values_1.RegisterCACertificateRequestSourceThe input to the RegisterCACertificate operation.
type nonrec t = {caCertificate : Values_0.CertificatePem.t;The CA certificate.
*)verificationCertificate : Values_0.CertificatePem.t option;The private key verification certificate. If certificateMode is SNI_ONLY, the verificationCertificate field must be empty. If certificateMode is DEFAULT or not provided, the verificationCertificate field must not be empty.
*)setAsActive : Values_0.SetAsActive.t option;A boolean value that specifies if the CA certificate is set to active. Valid values: ACTIVE | INACTIVE
*)allowAutoRegistration : Values_0.AllowAutoRegistration.t option;Allows this CA certificate to be used for auto registration of device certificates.
*)registrationConfig : Values_0.RegistrationConfig.t option;Information about the registration configuration.
*)certificateMode : Values_0.CertificateMode.t option;Describes the certificate mode in which the Certificate Authority (CA) will be registered. If the verificationCertificate field is not provided, set certificateMode to be SNI_ONLY. If the verificationCertificate field is provided, set certificateMode to be DEFAULT. When certificateMode is not provided, it defaults to DEFAULT. All the device certificates that are registered using this CA will be registered in the same certificate mode as the CA. For more information about certificate mode for device certificates, see certificate mode.
*)}val make :
?verificationCertificate:??? ->
?setAsActive:??? ->
?allowAutoRegistration:??? ->
?registrationConfig:??? ->
?tags:??? ->
?certificateMode:??? ->
caCertificate:Values_0.CertificatePem.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.SetAsActive.t
| `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.CertificatePem.t
| `Structure of (string * [> `String of string ]) list ])
list ]