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

Setting

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

Contains information about the configurable settings for a directory.

interface Setting {
Name: string;
Value: string;
}

§Properties

§
Name: string
[src]

The name of the directory setting. For example:

TLS_1_0
§
Value: string
[src]

The value of the directory setting for which to retrieve information. For example, for TLS_1_0, the valid values are: Enable and Disable.