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

DescribeLDAPSSettingsResult

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

§Properties

§
LDAPSSettingsInfo?: LDAPSSettingInfo[] | null
[src]

Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.

§
NextToken?: string | null
[src]

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