Show / Hide Table of Contents

Class SalesforceDataCloudProperties

Connection properties specific to Salesforce DataCloud. This is intended for use only by Salesforce partner projects.

Inheritance
object
SalesforceDataCloudProperties
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX