Class: Aws::DirectoryService::Types::ClientAuthenticationSettingInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::ClientAuthenticationSettingInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Contains information about a client authentication method for a directory.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_updated_date_time ⇒ Time
The date and time when the status of the client authentication type was last updated.
-
#status ⇒ String
Whether the client authentication type is enabled or disabled for the specified directory.
-
#type ⇒ String
The type of client authentication for the specified directory.
Instance Attribute Details
#last_updated_date_time ⇒ Time
The date and time when the status of the client authentication type was last updated.
452 453 454 455 456 457 458 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 452 class ClientAuthenticationSettingInfo < Struct.new( :type, :status, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Whether the client authentication type is enabled or disabled for the specified directory.
452 453 454 455 456 457 458 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 452 class ClientAuthenticationSettingInfo < Struct.new( :type, :status, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of client authentication for the specified directory. If no type is specified, a list of all client authentication types that are supported for the directory is retrieved.
452 453 454 455 456 457 458 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 452 class ClientAuthenticationSettingInfo < Struct.new( :type, :status, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |