Values.EnableClientAuthenticationRequestSourceEnables alternative client authentication methods for the specified directory.
type nonrec t = {directoryId : DirectoryId.t;The identifier of the specified directory.
*)type_ : ClientAuthenticationType.t;The type of client authentication to enable. Currently only the value SmartCard is supported. Smart card authentication in AD Connector requires that you enable Kerberos Constrained Delegation for the Service User to the LDAP service in your self-managed AD.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DirectoryId.t ]) list ]