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

JoinDomainInput

import type { JoinDomainInput } from "https://aws-api.deno.dev/v0.3/services/storagegateway.ts?docs=full";

JoinDomainInput

interface JoinDomainInput {
DomainControllers?: string[] | null;
DomainName: string;
GatewayARN: string;
OrganizationalUnit?: string | null;
Password: string;
TimeoutInSeconds?: number | null;
UserName: string;
}

§Properties

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

List of IPv4 addresses, NetBIOS names, or host names of your domain server. If you need to specify the port number include it after the colon (“:”). For example, mydc.mydomain.com:389.

§
DomainName: string
[src]

The name of the domain that you want the gateway to join.

§
GatewayARN: string
[src]

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

§
OrganizationalUnit?: string | null
[src]

The organizational unit (OU) is a container in an Active Directory that can hold users, groups, computers, and other OUs and this parameter specifies the OU that the gateway will join within the AD domain.

§
Password: string
[src]

Sets the password of the user who has permission to add the gateway to the Active Directory domain.

§
TimeoutInSeconds?: number | null
[src]

Specifies the time in seconds, in which the JoinDomain operation must complete. The default is 20 seconds.

§
UserName: string
[src]

Sets the user name of user who has permission to add the gateway to the Active Directory domain. The domain user account should be enabled to join computers to the domain. For example, you can use the domain administrator account or an account with delegated permissions to join computers to the domain.