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

DescribeClientAuthenticationSettingsResult

import type { DescribeClientAuthenticationSettingsResult } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";
interface DescribeClientAuthenticationSettingsResult {
ClientAuthenticationSettingsInfo?: ClientAuthenticationSettingInfo[] | null;
NextToken?: string | null;
}

§Properties

§
ClientAuthenticationSettingsInfo?: ClientAuthenticationSettingInfo[] | null
[src]

Information about the type of client authentication for the specified directory. The following information is retrieved: The date and time when the status of the client authentication type was last updated, whether the client authentication type is enabled or disabled, and the type of client authentication.

§
NextToken?: string | null
[src]

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