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

ConnectorConfigurationAuthentication

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

Client authentication.

interface ConnectorConfigurationAuthentication {
readonly serviceAccount?: string;
}

§Properties

§
readonly serviceAccount?: string
[src]

Output only. Google-managed service account associated with this connection, e.g., service-{project_number}@gcp-sa-bigqueryconnection.iam.gserviceaccount.com. BigQuery jobs using this connection will act as service_account identity while connecting to the datasource.

§

Username/password authentication.