Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeClientAuthenticationSettingsRequest

import type { DescribeClientAuthenticationSettingsRequest } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";
interface DescribeClientAuthenticationSettingsRequest {
DirectoryId: string;
Limit?: number | null;
NextToken?: string | null;
}

§Properties

§
DirectoryId: string
[src]

The identifier of the directory for which to retrieve information.

§
Limit?: number | null
[src]

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.

§
NextToken?: string | null
[src]

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

§

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.