Class: Aws::DirectoryService::Types::DescribeClientAuthenticationSettingsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-directoryservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_authentication_settings_infoArray<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_tokenString

The next token used to retrieve the client authentication settings if the number of setting types exceeds page limit and there is another page.

Returns:

  • (String)


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