v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1467365253.0 KB

Retrieves information about the type of client authentication for the specified directory, if the type is specified. If no type is specified, information about all client authentication types that are supported for the specified directory is retrieved. Currently, only <code>SmartCard</code> is supported.

post/#X-Amz-Target=DirectoryService_20150416.DescribeClientAuthenticationSettings

Query parameters

Limitstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'DirectoryService_20150416.DescribeClientAuthenticationSettings' required

Request body

DirectoryIdstring required

The identifier of the directory for which to retrieve information.

Type'SmartCard' | 'SmartCardOrPassword'

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.

NextTokenstring

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

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.

Response

Success

NextTokenstring

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