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

LaunchProfileInitializationActiveDirectory

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

The launch profile initialization Active Directory contains information required for the launch profile to connect to the Active Directory.

interface LaunchProfileInitializationActiveDirectory {
computerAttributes?: ActiveDirectoryComputerAttribute[] | null;
directoryId?: string | null;
directoryName?: string | null;
dnsIpAddresses?: string[] | null;
organizationalUnitDistinguishedName?: string | null;
studioComponentId?: string | null;
studioComponentName?: 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 launch profile.

§
directoryName?: string | null
[src]

The directory name.

§
dnsIpAddresses?: string[] | null
[src]

The DNS IP address.

§
organizationalUnitDistinguishedName?: string | null
[src]

The name for the organizational unit distinguished name.

§
studioComponentId?: string | null
[src]

The unique identifier for a studio component resource.

§
studioComponentName?: string | null
[src]

The name for the studio component.