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

VerifyTrustRequest

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

Initiates the verification of an existing trust relationship between an Managed Microsoft AD directory and an external domain.

interface VerifyTrustRequest {
TrustId: string;
}

§Properties

§
TrustId: string
[src]

The unique Trust ID of the trust relationship to verify.