BigQuery Connection v1 API - Class CloudResourceProperties (2.8.0)

public sealed class CloudResourceProperties : IMessage<CloudResourceProperties>, IEquatable<CloudResourceProperties>, IDeepCloneable<CloudResourceProperties>, IBufferMessage, IMessage

Reference documentation and code samples for the BigQuery Connection v1 API class CloudResourceProperties.

Container for connection properties for delegation of access to GCP resources.

Inheritance

object > CloudResourceProperties

Namespace

Google.Cloud.BigQuery.Connection.V1

Assembly

Google.Cloud.BigQuery.Connection.V1.dll

Constructors

CloudResourceProperties()

public CloudResourceProperties()

CloudResourceProperties(CloudResourceProperties)

public CloudResourceProperties(CloudResourceProperties other)
Parameter
NameDescription
otherCloudResourceProperties

Properties

ServiceAccountId

public string ServiceAccountId { get; set; }

Output only. The account ID of the service created for the purpose of this connection.

The service account does not have any permissions associated with it when it is created. After creation, customers delegate permissions to the service account. When the connection is used in the context of an operation in BigQuery, the service account will be used to connect to the desired resources in GCP.

The account ID is in the form of: &lt;service-1234&gt;@gcp-sa-bigquery-cloudresource.iam.gserviceaccount.com

Property Value
TypeDescription
string