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

DeleteTrustRequest

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

Deletes the local side of an existing trust relationship between the Managed Microsoft AD directory and the external domain.

interface DeleteTrustRequest {
DeleteAssociatedConditionalForwarder?: boolean | null;
TrustId: string;
}

§Properties

§
DeleteAssociatedConditionalForwarder?: boolean | null
[src]

Delete a conditional forwarder as part of a DeleteTrustRequest.

§
TrustId: string
[src]

The Trust ID of the trust relationship to be deleted.