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

CreateTrustRequest

import type { CreateTrustRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/directoryservice.ts";
interface CreateTrustRequest {
ConditionalForwarderIpAddrs?: string[] | null;
DirectoryId: string;
RemoteDomainName: string;
SelectiveAuth?: SelectiveAuth | null;
TrustDirection: TrustDirection;
TrustPassword: string;
TrustType?: TrustType | null;
}

§Properties

§
ConditionalForwarderIpAddrs?: string[] | null
[src]
§
DirectoryId: string
[src]
§
RemoteDomainName: string
[src]
§
SelectiveAuth?: SelectiveAuth | null
[src]
§
TrustDirection: TrustDirection
[src]
§
TrustPassword: string
[src]
§
TrustType?: TrustType | null
[src]