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

SslCertsListResponse

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

SslCerts list response.

interface SslCertsListResponse {
items?: SslCert[];
kind?: string;
}

§Properties

§
items?: SslCert[]
[src]

List of client certificates for the instance.

§
kind?: string
[src]

This is always sql#sslCertsList.