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

RotateServerCaContext

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

Instance rotate server CA context.

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

§Properties

§
kind?: string
[src]

This is always sql#rotateServerCaContext.

§
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 CA version.