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

ActiveDirectoryConfiguration

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

The configuration for a Directory Service for Microsoft Active Directory studio resource.

interface ActiveDirectoryConfiguration {
computerAttributes?: ActiveDirectoryComputerAttribute[] | null;
directoryId?: string | null;
organizationalUnitDistinguishedName?: string | null;
}

§Properties

§
computerAttributes?: ActiveDirectoryComputerAttribute[] | null
[src]

A collection of custom attributes for an Active Directory computer.

§
directoryId?: string | null
[src]

The directory ID of the Directory Service for Microsoft Active Directory to access using this studio component.

§
organizationalUnitDistinguishedName?: string | null
[src]

The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.