Show / Hide Table of Contents

Class ConnectorConfigurationAuthentication

Client authentication.

Inheritance
object
ConnectorConfigurationAuthentication
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX