Show / Hide Table of Contents

Class SalesforceMarketingCloudProfile

Profile for connecting to a Salesforce Marketing Cloud source.

Inheritance
object
SalesforceMarketingCloudProfile
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 SalesforceMarketingCloudProfile : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OauthClientCredentials

Required. Input only. Credentials for authenticating with the Salesforce Marketing Cloud API.

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

Subdomain

Required. Subdomain for the Salesforce Marketing Cloud connection. Example: if your specific endpoint is https://{your-specific-subdomain}.rest.marketingcloudapis.com/, the subdomain is {your-specific-subdomain}. Must be 1-63 characters, start and end with an alphanumeric character, and contain only lowercase letters, numbers, and hyphens (-).

Declaration
[JsonProperty("subdomain")]
public virtual string Subdomain { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX