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

UpdateTrustAnchorRequest

import type { UpdateTrustAnchorRequest } from "https://aws-api.deno.dev/v0.4/services/rolesanywhere.ts?docs=full";
interface UpdateTrustAnchorRequest {
name?: string | null;
source?: Source | null;
trustAnchorId: string;
}

§Properties

§
name?: string | null
[src]

The name of the trust anchor.

§
source?: Source | null
[src]

The trust anchor type and its related certificate data.

§
trustAnchorId: string
[src]

The unique identifier of the trust anchor.