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 |
Parameters
Optional. A map of name-value pairs for authentication-specific parameters. Extra configuration parameters,
that are not standardized in authentication. To update a single parameter value call
ConnectionService.UpdateConnection with update_mask set to
configuration.authentication.parameters.parameter_id. If parameter id does not fit [a-zA-Z0-9_]+
pattern, it should be escaped with backticks - for example
configuration.authentication.parameters.`parameter id` .
Declaration
[JsonProperty("parameters")]
public virtual IDictionary<string, ConnectorConfigurationParameterValue> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, ConnectorConfigurationParameterValue> |
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 |