Class: Aws::DirectoryService::Types::DescribeClientAuthenticationSettingsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::DescribeClientAuthenticationSettingsResult
- Defined in:
- gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_authentication_settings_info ⇒ Array<Types::ClientAuthenticationSettingInfo>
Information about the type of client authentication for the specified directory.
-
#next_token ⇒ String
The next token used to retrieve the client authentication settings if the number of setting types exceeds page limit and there is another page.
Instance Attribute Details
#client_authentication_settings_info ⇒ Array<Types::ClientAuthenticationSettingInfo>
Information about the type of client authentication for the specified directory. The following information is retrieved: The date and time when the status of the client authentication type was last updated, whether the client authentication type is enabled or disabled, and the type of client authentication.
1560 1561 1562 1563 1564 1565 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 1560 class DescribeClientAuthenticationSettingsResult < Struct.new( :client_authentication_settings_info, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next token used to retrieve the client authentication settings if the number of setting types exceeds page limit and there is another page.
1560 1561 1562 1563 1564 1565 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 1560 class DescribeClientAuthenticationSettingsResult < Struct.new( :client_authentication_settings_info, :next_token) SENSITIVE = [] include Aws::Structure end |