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.
3279 3280 3281 3282 3283 3284 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3279 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.
3279 3280 3281 3282 3283 3284 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3279 class EnableClientAuthenticationRequest < Struct.new( :directory_id, :type) SENSITIVE = [] include Aws::Structure end |