Class: Aws::DirectoryService::Types::DescribeClientAuthenticationSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::DescribeClientAuthenticationSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The identifier of the directory for which to retrieve information.
-
#limit ⇒ Integer
The maximum number of items to return.
-
#next_token ⇒ String
The DescribeClientAuthenticationSettingsResult.NextToken value from a previous call to DescribeClientAuthenticationSettings.
-
#type ⇒ String
The type of client authentication for which to retrieve information.
Instance Attribute Details
#directory_id ⇒ String
The identifier of the directory for which to retrieve information.
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 |
#limit ⇒ Integer
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.
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_token ⇒ String
The DescribeClientAuthenticationSettingsResult.NextToken value from a previous call to DescribeClientAuthenticationSettings. Pass null if this is the first call.
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 |
#type ⇒ String
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.
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 |