Show / Hide Table of Contents

Class SalesforceProfile

Salesforce profile

Inheritance
object
SalesforceProfile
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.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
Oauth2ClientCredentials

UserCredentials

User-password authentication.

Declaration
[JsonProperty("userCredentials")]
public virtual UserCredentials UserCredentials { get; set; }
Property Value
Type Description
UserCredentials

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX