Enable Client Authentication
| directoryservice_enable_client_authentication | R Documentation | 
Enables alternative client authentication methods for the specified directory¶
Description¶
Enables alternative client authentication methods for the specified directory.
Usage¶
directoryservice_enable_client_authentication(DirectoryId, Type)
Arguments¶
| DirectoryId | [required] The identifier of the specified directory. | 
| Type | [required] The type of client authentication to enable. Currently
only the value  | 
Value¶
An empty list.
Request syntax¶
svc$enable_client_authentication(
  DirectoryId = "string",
  Type = "SmartCard"|"SmartCardOrPassword"
)