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

SelfManagedActiveDirectoryAttributes

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

The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

interface SelfManagedActiveDirectoryAttributes {
DnsIps?: string[] | null;
DomainName?: string | null;
FileSystemAdministratorsGroup?: string | null;
OrganizationalUnitDistinguishedName?: string | null;
UserName?: string | null;
}

§Properties

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

A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

§
DomainName?: string | null
[src]

The fully qualified domain name of the self-managed AD directory.

§
FileSystemAdministratorsGroup?: string | null
[src]

The name of the domain group whose members have administrative privileges for the FSx file system.

§
OrganizationalUnitDistinguishedName?: string | null
[src]

The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

§
UserName?: string | null
[src]

The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.