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

OtherName

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

Defines a custom ASN.1 X.400 GeneralName using an object identifier (OID) and value. The OID must satisfy the regular expression shown below. For more information, see NIST's definition of Object Identifier (OID).

interface OtherName {
TypeId: string;
Value: string;
}

§Properties

§
TypeId: string
[src]

Specifies an OID.

§
Value: string
[src]

Specifies an OID value.