SalesforceV2LinkedService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Linked service for Salesforce V2.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SalesforceV2LinkedService+SalesforceV2LinkedServiceConverter))]
public class SalesforceV2LinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SalesforceV2LinkedService+SalesforceV2LinkedServiceConverter))>]
type SalesforceV2LinkedService = class
inherit LinkedService
Public Class SalesforceV2LinkedService
Inherits LinkedService
- Inheritance
- Attributes
Constructors
SalesforceV2LinkedService() |
Initializes a new instance of SalesforceV2LinkedService. |
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 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
Azure SDK for .NET