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

AccessDescription

import type { AccessDescription } from "https://aws-api.deno.dev/v0.4/services/acmpca.ts?docs=full";

Provides access information used by the authorityInfoAccess and subjectInfoAccess extensions described in RFC 5280.

interface AccessDescription {
AccessLocation: GeneralName;
AccessMethod: AccessMethod;
}

§Properties

§
AccessLocation: GeneralName
[src]

The location of AccessDescription information.

§
AccessMethod: AccessMethod
[src]

The type and format of AccessDescription information.