Class: Aws::DirectoryService::Types::DisableClientAuthenticationRequest

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 directory

Returns:

  • (String)


2381
2382
2383
2384
2385
2386
# File 'lib/aws-sdk-directoryservice/types.rb', line 2381

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

#typeString

The type of client authentication to disable. Currently the only parameter ‘“SmartCard”` is supported.

Returns:

  • (String)


2381
2382
2383
2384
2385
2386
# File 'lib/aws-sdk-directoryservice/types.rb', line 2381

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