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

LDAPSSettingInfo

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

Contains general information about the LDAPS settings.

interface LDAPSSettingInfo {
LastUpdatedDateTime?: Date | number | null;
LDAPSStatus?: LDAPSStatus | null;
LDAPSStatusReason?: string | null;
}

§Properties

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

The date and time when the LDAPS settings were last updated.

§
LDAPSStatus?: LDAPSStatus | null
[src]

The state of the LDAPS settings.

§
LDAPSStatusReason?: string | null
[src]

Describes a state change for LDAPS.