Class SalesforceProfile
Salesforce profile
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class SalesforceProfile : IDirectResponseSchema
Properties
Domain
Required. Domain endpoint for the Salesforce connection.
Declaration
[JsonProperty("domain")]
public virtual string Domain { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Oauth2ClientCredentials
Connected app authentication.
Declaration
[JsonProperty("oauth2ClientCredentials")]
public virtual Oauth2ClientCredentials Oauth2ClientCredentials { get; set; }
Property Value
Type | Description |
---|---|
Oauth2Client |
UserCredentials
User-password authentication.
Declaration
[JsonProperty("userCredentials")]
public virtual UserCredentials UserCredentials { get; set; }
Property Value
Type | Description |
---|---|
User |