Values.DisableClientAuthenticationRequestSourceDisables alternative client authentication methods for the specified directory.
type nonrec t = {directoryId : DirectoryId.t;The identifier of the directory
*)type_ : ClientAuthenticationType.t;The type of client authentication to disable. Currently the only parameter "SmartCard" is supported.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DirectoryId.t ]) list ]