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)


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

#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)


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