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

SslCertsInsertResponse

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

SslCert insert response.

interface SslCertsInsertResponse {
clientCert?: SslCertDetail;
kind?: string;
operation?: Operation;
serverCaCert?: SslCert;
}

§Properties

§
clientCert?: SslCertDetail
[src]

The new client certificate and private key.

§
kind?: string
[src]

This is always sql#sslCertsInsert.

§
operation?: Operation
[src]

The operation to track the ssl certs insert request.

§
serverCaCert?: SslCert
[src]

The server Certificate Authority's certificate. If this is missing you can force a new one to be generated by calling resetSslConfig method on instances resource.