Class: Aws::DirectoryService::Types::EnableClientAuthenticationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::EnableClientAuthenticationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The identifier of the specified directory.
-
#type ⇒ String
The type of client authentication to enable.
Instance Attribute Details
#directory_id ⇒ String
The identifier of the specified directory.
2585 2586 2587 2588 2589 2590 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2585 class EnableClientAuthenticationRequest < Struct.new( :directory_id, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of client authentication to enable. Currently only the value ‘SmartCard` is supported. Smart card authentication in AD Connector requires that you enable Kerberos Constrained Delegation for the Service User to the LDAP service in your self-managed AD.
2585 2586 2587 2588 2589 2590 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2585 class EnableClientAuthenticationRequest < Struct.new( :directory_id, :type) SENSITIVE = [] include Aws::Structure end |