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

RotateServerCertificateContext

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

Instance rotate server certificate context.

interface RotateServerCertificateContext {
kind?: string;
nextVersion?: string;
}

§Properties

§
kind?: string
[src]

Optional. This is always sql#rotateServerCertificateContext.

§
nextVersion?: string
[src]

The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server certificate version.