ConnectorConfigurationAuthentication
import type { ConnectorConfigurationAuthentication } from "https://googleapis.deno.dev/v1/bigqueryconnection:v1.ts";
Client authentication.
interface ConnectorConfigurationAuthentication {
readonly serviceAccount?: string;
usernamePassword?: ConnectorConfigurationUsernamePassword;
}§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.
§
usernamePassword?: ConnectorConfigurationUsernamePassword
[src]Username/password authentication.