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

OwnerDirectoryDescription

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

Describes the directory owner account details that have been shared to the directory consumer account.

interface OwnerDirectoryDescription {
AccountId?: string | null;
DirectoryId?: string | null;
DnsIpAddrs?: string[] | null;
RadiusSettings?: RadiusSettings | null;
RadiusStatus?: RadiusStatus | null;
VpcSettings?: DirectoryVpcSettingsDescription | null;
}

§Properties

§
AccountId?: string | null
[src]

Identifier of the directory owner account.

§
DirectoryId?: string | null
[src]

Identifier of the Managed Microsoft AD directory in the directory owner account.

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

IP address of the directory’s domain controllers.

§
RadiusSettings?: RadiusSettings | null
[src]

A "RadiusSettings" object that contains information about the RADIUS server.

§
RadiusStatus?: RadiusStatus | null
[src]

Information about the status of the RADIUS server.

§

Information about the VPC settings for the directory.