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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directoryservice/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)


2349
2350
2351
2352
2353
2354
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 2349

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

#typeString

The type of client authentication to disable. Currently, only the parameter, SmartCard is supported.

Returns:

  • (String)


2349
2350
2351
2352
2353
2354
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 2349

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