Values.DisableLDAPSRequestSourceDeactivates LDAP secure calls for the specified directory.
type nonrec t = {directoryId : DirectoryId.t;The identifier of the directory.
*)type_ : LDAPSType.t;The type of LDAP security to enable. Currently only the value Client is supported.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DirectoryId.t ]) list ]