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

SslCertsInsertRequest

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

SslCerts insert request.

interface SslCertsInsertRequest {
commonName?: string;
}

§Properties

§
commonName?: string
[src]

User supplied name. Must be a distinct name from the other certificates for this instance.