Class: Aws::DirectoryService::Types::EnableClientAuthenticationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-directoryservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

The identifier of the specified directory.

Returns:

  • (String)


2537
2538
2539
2540
2541
2542
# File 'lib/aws-sdk-directoryservice/types.rb', line 2537

class EnableClientAuthenticationRequest < Struct.new(
  :directory_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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.

Returns:

  • (String)


2537
2538
2539
2540
2541
2542
# File 'lib/aws-sdk-directoryservice/types.rb', line 2537

class EnableClientAuthenticationRequest < Struct.new(
  :directory_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end