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

DirectoryConfig

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

Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

interface DirectoryConfig {
CertificateBasedAuthProperties?: CertificateBasedAuthProperties | null;
CreatedTime?: Date | number | null;
DirectoryName: string;
OrganizationalUnitDistinguishedNames?: string[] | null;
ServiceAccountCredentials?: ServiceAccountCredentials | null;
}

§Properties

§
CertificateBasedAuthProperties?: CertificateBasedAuthProperties | null
[src]

The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates.

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

The time the directory configuration was created.

§
DirectoryName: string
[src]

The fully qualified name of the directory (for example, corp.example.com).

§
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.