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

CustomAttribute

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

Defines the X.500 relative distinguished name (RDN).

interface CustomAttribute {
ObjectIdentifier: string;
Value: string;
}

§Properties

§
ObjectIdentifier: string
[src]

Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).

§
Value: string
[src]

Specifies the attribute value of relative distinguished name (RDN).