Values.RegisterCertificateRequestSourceRegisters a certificate for a secure LDAP or client certificate authentication.
type nonrec t = {directoryId : DirectoryId.t;The identifier of the directory.
*)certificateData : CertificateData.t;The certificate PEM string that needs to be registered.
*)type_ : CertificateType.t option;The function that the registered certificate performs. Valid values include ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS.
*)clientCertAuthSettings : ClientCertAuthSettings.t option;A ClientCertAuthSettings object that contains client certificate authentication settings.
*)}val make :
?type_:??? ->
?clientCertAuthSettings:??? ->
directoryId:DirectoryId.t ->
certificateData:CertificateData.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DirectoryId.t
| `Structure of (string * [> `String of OCSPUrl.t ]) list ])
list ]