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

UpdateTrustRequest

import type { UpdateTrustRequest } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";
interface UpdateTrustRequest {
SelectiveAuth?: SelectiveAuth | null;
TrustId: string;
}

§Properties

§
SelectiveAuth?: SelectiveAuth | null
[src]

Updates selective authentication for the trust.

§
TrustId: string
[src]

Identifier of the trust relationship.