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

ExternalAccountKey

import type { ExternalAccountKey } from "https://googleapis.deno.dev/v1/publicca:v1.ts";

A representation of an ExternalAccountKey used for external account binding within ACME.

interface ExternalAccountKey {
readonly b64MacKey?: Uint8Array;
readonly keyId?: string;
readonly name?: string;
}

§Properties

§
readonly b64MacKey?: Uint8Array
[src]

Output only. Base64-URL-encoded HS256 key. It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created

§
readonly keyId?: string
[src]

Output only. Key ID. It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created

§
readonly name?: string
[src]

Output only. Resource name. projects/{project}/locations/{location}/externalAccountKeys/{key_id}