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

Publicca

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

The Public Certificate Authority API may be used to create and manage ACME external account binding keys associated with Google Trust Services' publicly trusted certificate authority.

class Publicca {
constructor(client?: CredentialsClient, baseUrl?: string);
async projectsLocationsExternalAccountKeysCreate(parent: string, req: ExternalAccountKey): Promise<ExternalAccountKey>;
}

§Constructors

§
new Publicca(client?: CredentialsClient, baseUrl?: string)
[src]

§Methods

§
projectsLocationsExternalAccountKeysCreate(parent: string, req: ExternalAccountKey): Promise<ExternalAccountKey>
[src]

Creates a new ExternalAccountKey bound to the project.

@param parent

Required. The parent resource where this external_account_key will be created. Format: projects/[project_id]/locations/[location]. At present only the "global" location is supported.