Class SalesforceMarketingCloudProfile
Profile for connecting to a Salesforce Marketing Cloud source.
Implements
Inherited Members
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 |