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

CloudSqlCredential

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

Credential info for the Cloud SQL.

interface CloudSqlCredential {
password?: string;
username?: string;
}

§Properties

§
password?: string
[src]

The password for the credential.

§
username?: string
[src]

The username for the credential.