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

DescribeLDAPSSettingsRequest

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

§Properties

§
DirectoryId: string
[src]

The identifier of the directory.

§
Limit?: number | null
[src]

Specifies the number of items that should be displayed on one page.

§
NextToken?: string | null
[src]

The type of next token used for pagination.

§
Type?: LDAPSType | null
[src]

The type of LDAP security to enable. Currently only the value Client is supported.