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

InstancesResetSslConfigOptions

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

Additional options for SQLAdmin#instancesResetSslConfig.

interface InstancesResetSslConfigOptions {
mode?: "RESET_SSL_MODE_UNSPECIFIED" | "ALL" | "SYNC_FROM_PRIMARY";
}

§Properties

§
mode?: "RESET_SSL_MODE_UNSPECIFIED" | "ALL" | "SYNC_FROM_PRIMARY"
[src]

Optional. Reset SSL mode to use.