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

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

#directory_idString

The identifier of the directory for which to retrieve information.

Returns:

  • (String)


1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 1268

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)


1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 1268

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)


1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 1268

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)


1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 1268

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