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

SslCertsCreateEphemeralRequest

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

SslCerts create ephemeral certificate request.

interface SslCertsCreateEphemeralRequest {
access_token?: string;
public_key?: string;
}

§Properties

§
access_token?: string
[src]

Access token to include in the signed certificate.

§
public_key?: string
[src]

PEM encoded public key to include in the signed certificate.