public sealed class CloudResourceProperties : IMessage<CloudResourceProperties>, IEquatable<CloudResourceProperties>, IDeepCloneable<CloudResourceProperties>, IBufferMessage, IMessage
Container for connection properties for delegation of access to GCP
resources.
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:
<service-1234>@gcp-sa-bigquery-cloudresource.iam.gserviceaccount.com
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The page documents various versions of `CloudResourceProperties` within the `Google.Cloud.BigQuery.Connection.V1` namespace, ranging from version 1.2.0 to the latest version 2.9.0."],["`CloudResourceProperties` is a class used to manage connection properties for delegating access to GCP resources within the BigQuery environment."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages, equality, deep cloning, and buffer operations."],["The `ServiceAccountId` property, which is output-only, represents the service account ID created for the connection and used for connecting to GCP resources, but it initially lacks permissions."],["The class includes constructors for creating new instances, either default or copied from another `CloudResourceProperties` object."]]],[]]