directoryservice_disable_client_authentication: 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, only the
parameter, SmartCard
is supported.
Request syntax
svc$disable_client_authentication(
DirectoryId = "string",
Type = "SmartCard"
)