Class: Aws::DirectoryService::Types::DisableClientAuthenticationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::DisableClientAuthenticationRequest
- 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 directory.
-
#type ⇒ String
The type of client authentication to disable.
Instance Attribute Details
#directory_id ⇒ String
The identifier of the directory
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 |
#type ⇒ String
The type of client authentication to disable. Currently the only parameter ‘“SmartCard”` is supported.
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 |