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

ClientAuthenticationSettingInfo

import type { ClientAuthenticationSettingInfo } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";

Contains information about a client authentication method for a directory.

interface ClientAuthenticationSettingInfo {
LastUpdatedDateTime?: Date | number | null;
}

§Properties

§
LastUpdatedDateTime?: Date | number | null
[src]

The date and time when the status of the client authentication type was last updated.

§

Whether the client authentication type is enabled or disabled for the specified directory.

§

The type of client authentication for the specified directory. If no type is specified, a list of all client authentication types that are supported for the directory is retrieved.