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

SvmActiveDirectoryConfiguration

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

Describes the configuration of the Microsoft Active Directory (AD) directory to which the Amazon FSx for ONTAP storage virtual machine (SVM) is joined. Pleae note, account credentials are not returned in the response payload.

interface SvmActiveDirectoryConfiguration {
NetBiosName?: string | null;
SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryAttributes | null;
}

§Properties

§
NetBiosName?: string | null
[src]

The NetBIOS name of the Active Directory computer object that is joined to your SVM.

§
SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryAttributes | null
[src]