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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directoryservice/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.



1293
1294
1295
1296
1297
1298
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 1293

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)


1293
1294
1295
1296
1297
1298
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 1293

class DescribeClientAuthenticationSettingsResult < Struct.new(
  :client_authentication_settings_info,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end