Sdílet prostřednictvím


SalesforceServiceCloudLinkedService Class

Definition

Linked service for Salesforce Service Cloud.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SalesforceServiceCloudLinkedService+SalesforceServiceCloudLinkedServiceConverter))]
public class SalesforceServiceCloudLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SalesforceServiceCloudLinkedService+SalesforceServiceCloudLinkedServiceConverter))>]
type SalesforceServiceCloudLinkedService = class
    inherit LinkedService
Public Class SalesforceServiceCloudLinkedService
Inherits LinkedService
Inheritance
SalesforceServiceCloudLinkedService
Attributes

Constructors

SalesforceServiceCloudLinkedService()

Initializes a new instance of SalesforceServiceCloudLinkedService.

Properties

AdditionalProperties

Additional Properties.

(Inherited from LinkedService)
Annotations

List of tags that can be used for describing the linked service.

(Inherited from LinkedService)
ApiVersion

The Salesforce API version used in ADF. Type: string (or Expression with resultType string).

ConnectVia

The integration runtime reference.

(Inherited from LinkedService)
Description

Linked service description.

(Inherited from LinkedService)
EncryptedCredential

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

EnvironmentUrl

The URL of Salesforce Service Cloud instance. Default is 'https://login.salesforce.com'. To copy data from sandbox, specify 'https://test.salesforce.com'. To copy data from custom domain, specify, for example, 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string).

ExtendedProperties

Extended properties appended to the connection string. Type: string (or Expression with resultType string).

Parameters

Parameters for linked service.

(Inherited from LinkedService)
Password

The password for Basic authentication of the Salesforce instance. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString.

SecurityToken

The security token is optional to remotely access Salesforce instance. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString.

Username

The username for Basic authentication of the Salesforce instance. Type: string (or Expression with resultType string).

Applies to