Sdílet prostřednictvím


SalesforceServiceCloudV2LinkedService Class

Definition

Linked service for Salesforce Service Cloud V2.

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

Constructors

SalesforceServiceCloudV2LinkedService()

Initializes a new instance of SalesforceServiceCloudV2LinkedService.

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. The version must be larger than or equal to 47.0 which is required by Salesforce BULK API 2.0. Type: string (or Expression with resultType string).

AuthenticationType

The authentication type to be used to connect to the Salesforce. Currently, we only support OAuth2ClientCredentials, it is also the default value.

ClientId

The client Id for OAuth 2.0 Client Credentials Flow authentication of the Salesforce instance. Type: string (or Expression with resultType string).

ClientSecret

The client secret for OAuth 2.0 Client Credentials Flow 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.

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.

EnvironmentUrl

The URL of Salesforce Service Cloud instance. For example, 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string).

Parameters

Parameters for linked service.

(Inherited from LinkedService)

Applies to