Class ConnectorConfigurationAuthentication
Client authentication.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryConnectionService.v1.Data
Assembly: Google.Apis.BigQueryConnectionService.v1.dll
Syntax
public class ConnectorConfigurationAuthentication : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceAccount
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.
Declaration
[JsonProperty("serviceAccount")]
public virtual string ServiceAccount { get; set; }
Property Value
Type | Description |
---|---|
string |
UsernamePassword
Username/password authentication.
Declaration
[JsonProperty("usernamePassword")]
public virtual ConnectorConfigurationUsernamePassword UsernamePassword { get; set; }
Property Value
Type | Description |
---|---|
ConnectorConfigurationUsernamePassword |