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

UpdateDirectoryConfigRequest

import type { UpdateDirectoryConfigRequest } from "https://aws-api.deno.dev/v0.3/services/appstream.ts?docs=full";
interface UpdateDirectoryConfigRequest {
DirectoryName: string;
OrganizationalUnitDistinguishedNames?: string[] | null;
ServiceAccountCredentials?: ServiceAccountCredentials | null;
}

§Properties

§
DirectoryName: string
[src]

The name of the Directory Config object.

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

The distinguished names of the organizational units for computer accounts.

§
ServiceAccountCredentials?: ServiceAccountCredentials | null
[src]

The credentials for the service account used by the fleet or image builder to connect to the directory.