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.DirectoryDoesNotExistException
DirectoryService.Client.exceptions.UnsupportedOperationException
DirectoryService.Client.exceptions.InvalidClientAuthStatusException
DirectoryService.Client.exceptions.AccessDeniedException
DirectoryService.Client.exceptions.ClientException
DirectoryService.Client.exceptions.ServiceException