Disable Client Authentication
directoryservice_disable_client_authentication | R Documentation |
Disables alternative client authentication methods for the specified directory¶
Description¶
Disables alternative client authentication methods for the specified directory.
Usage¶
directoryservice_disable_client_authentication(DirectoryId, Type)
Arguments¶
DirectoryId |
[required] The identifier of the directory |
Type |
[required] The type of client authentication to disable.
Currently the only parameter |
Value¶
An empty list.
Request syntax¶
svc$disable_client_authentication(
DirectoryId = "string",
Type = "SmartCard"|"SmartCardOrPassword"
)