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

VerifyTrustResult

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

Result of a VerifyTrust request.

interface VerifyTrustResult {
TrustId?: string | null;
}

§Properties

§
TrustId?: string | null
[src]

The unique Trust ID of the trust relationship that was verified.