Class: Aws::DirectoryService::Types::DescribeClientAuthenticationSettingsRequest

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

#directory_idString

The identifier of the directory for which to retrieve information.

Returns:

  • (String)


1275
1276
1277
1278
1279
1280
1281
1282
# File 'lib/aws-sdk-directoryservice/types.rb', line 1275

class DescribeClientAuthenticationSettingsRequest < Struct.new(
  :directory_id,
  :type,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

The maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.

Returns:

  • (Integer)


1275
1276
1277
1278
1279
1280
1281
1282
# File 'lib/aws-sdk-directoryservice/types.rb', line 1275

class DescribeClientAuthenticationSettingsRequest < Struct.new(
  :directory_id,
  :type,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The DescribeClientAuthenticationSettingsResult.NextToken value from a previous call to DescribeClientAuthenticationSettings. Pass null if this is the first call.

Returns:

  • (String)


1275
1276
1277
1278
1279
1280
1281
1282
# File 'lib/aws-sdk-directoryservice/types.rb', line 1275

class DescribeClientAuthenticationSettingsRequest < Struct.new(
  :directory_id,
  :type,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of client authentication for which to retrieve information. If no type is specified, a list of all client authentication types that are supported for the specified directory is retrieved.

Returns:

  • (String)


1275
1276
1277
1278
1279
1280
1281
1282
# File 'lib/aws-sdk-directoryservice/types.rb', line 1275

class DescribeClientAuthenticationSettingsRequest < Struct.new(
  :directory_id,
  :type,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end