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

InstancesListServerCertificatesResponse

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

Instances ListServerCertificates response.

interface InstancesListServerCertificatesResponse {
activeVersion?: string;
caCerts?: SslCert[];
kind?: string;
serverCerts?: SslCert[];
}

§Properties

§
activeVersion?: string
[src]

The sha1_fingerprint of the active certificate from server_certs.

§
caCerts?: SslCert[]
[src]

List of server CA certificates for the instance.

§
kind?: string
[src]

This is always sql#instancesListServerCertificates.

§
serverCerts?: SslCert[]
[src]

List of server certificates for the instance, signed by the corresponding CA from the ca_certs list.