Class: Aws::DirectoryService::Types::DescribeClientAuthenticationSettingsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::DescribeClientAuthenticationSettingsResult
- Includes:
- Structure
- Defined in:
- 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.
1300 1301 1302 1303 1304 1305 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1300 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.
1300 1301 1302 1303 1304 1305 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1300 class DescribeClientAuthenticationSettingsResult < Struct.new( :client_authentication_settings_info, :next_token) SENSITIVE = [] include Aws::Structure end |