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

CreateTrustAnchorRequest

import type { CreateTrustAnchorRequest } from "https://aws-api.deno.dev/v0.4/services/rolesanywhere.ts?docs=full";
interface CreateTrustAnchorRequest {
enabled?: boolean | null;
name: string;
source: Source;
tags?: Tag[] | null;
}

§Properties

§
enabled?: boolean | null
[src]

Specifies whether the trust anchor is enabled.

§
name: string
[src]

The name of the trust anchor.

§
source: Source
[src]

The trust anchor type and its related certificate data.

§
tags?: Tag[] | null
[src]

The tags to attach to the trust anchor.