DirectoryService.Client.disable_client_authentication(**kwargs)¶Disables alternative client authentication methods for the specified directory.
See also: AWS API Documentation
Request Syntax
response = client.disable_client_authentication(
DirectoryId='string',
Type='SmartCard'|'SmartCardOrPassword'
)
[REQUIRED]
The identifier of the directory
[REQUIRED]
The type of client authentication to disable. Currently, only the parameter, SmartCard is supported.
dict
Response Syntax
{}
Response Structure
Exceptions
DirectoryService.Client.exceptions.DirectoryDoesNotExistExceptionDirectoryService.Client.exceptions.UnsupportedOperationExceptionDirectoryService.Client.exceptions.InvalidClientAuthStatusExceptionDirectoryService.Client.exceptions.AccessDeniedExceptionDirectoryService.Client.exceptions.ClientExceptionDirectoryService.Client.exceptions.ServiceException