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

InstancesListEntraIdCertificatesResponse

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

Instances ListEntraIdCertificates response.

interface InstancesListEntraIdCertificatesResponse {
activeVersion?: string;
certs?: SslCert[];
kind?: string;
}

§Properties

§
activeVersion?: string
[src]

The sha1_fingerprint of the active certificate from certs.

§
certs?: SslCert[]
[src]

List of Entra ID certificates for the instance.

§
kind?: string
[src]

This is always sql#instancesListEntraIdCertificates.