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

GenerateEphemeralCertRequest

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

Ephemeral certificate creation request.

interface GenerateEphemeralCertRequest {
access_token?: string;
public_key?: string;
readTime?: Date;
validDuration?: number;
}

§Properties

§
access_token?: string
[src]

Optional. Access token to include in the signed certificate.

§
public_key?: string
[src]

PEM encoded public key to include in the signed certificate.

§
readTime?: Date
[src]

Optional. Optional snapshot read timestamp to trade freshness for performance.

§
validDuration?: number
[src]

Optional. If set, it will contain the cert valid duration.