Class SalesforceDataCloudProperties
Connection properties specific to Salesforce DataCloud. This is intended for use only by Salesforce partner projects.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryConnectionService.v1.Data
Assembly: Google.Apis.BigQueryConnectionService.v1.dll
Syntax
public class SalesforceDataCloudProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Identity
Output only. A unique Google-owned and Google-generated service account identity for the connection.
Declaration
[JsonProperty("identity")]
public virtual string Identity { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceUri
The URL to the user's Salesforce DataCloud instance.
Declaration
[JsonProperty("instanceUri")]
public virtual string InstanceUri { get; set; }
Property Value
Type | Description |
---|---|
string |
TenantId
The ID of the user's Salesforce tenant.
Declaration
[JsonProperty("tenantId")]
public virtual string TenantId { get; set; }
Property Value
Type | Description |
---|---|
string |