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.
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."],[[["This documentation page covers the `CloudResourceProperties` class within the Google Cloud BigQuery Connection v1 API."],["The `CloudResourceProperties` class is designed to manage connection properties for delegating access to GCP resources within BigQuery."],["The latest version of the documentation is for version 2.9.0 of this API, while this specific page is detailing version 2.6.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["A key property of this class is `ServiceAccountId`, which represents the service account ID used for connections, in the format \u003cservice-1234\u003e@gcp-sa-bigquery-cloudresource.iam.gserviceaccount.com."]]],[]]