SalesforceV2LinkedService Class 
Linked service for Salesforce V2.
All required parameters must be populated in order to send to server.
Constructor
SalesforceV2LinkedService(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, version: str | None = None, connect_via: _models.IntegrationRuntimeReference | None = None, description: str | None = None, parameters: Dict[str, _models.ParameterSpecification] | None = None, annotations: List[MutableMapping[str, Any]] | None = None, environment_url: MutableMapping[str, Any] | None = None, authentication_type: MutableMapping[str, Any] | None = None, client_id: MutableMapping[str, Any] | None = None, client_secret: _models.SecretBase | None = None, api_version: MutableMapping[str, Any] | None = None, encrypted_credential: str | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| additional_properties | Unmatched properties from the message are deserialized to this collection. Default value: None | 
| version | Version of the linked service. Default value: None | 
| connect_via | The integration runtime reference. Default value: None | 
| description | Linked service description. Default value: None | 
| parameters | Parameters for linked service. Default value: None | 
| annotations | 
				list[<xref:JSON>]
		 List of tags that can be used for describing the linked service. Default value: None | 
| environment_url | 
				<xref:JSON>
		 The URL of Salesforce instance. For example, 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string). Default value: None | 
| authentication_type | 
				<xref:JSON>
		 The authentication type to be used to connect to the Salesforce. Currently, we only support OAuth2ClientCredentials, it is also the default value. Default value: None | 
| client_id | 
				<xref:JSON>
		 The client Id for OAuth 2.0 Client Credentials Flow authentication of the Salesforce instance. Type: string (or Expression with resultType string). Default value: None | 
| client_secret | The client secret for OAuth 2.0 Client Credentials Flow authentication of the Salesforce instance. Default value: None | 
| api_version | 
				<xref:JSON>
		 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). Default value: None | 
| encrypted_credential | The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. Default value: None | 
Variables
| Name | Description | 
|---|---|
| additional_properties | Unmatched properties from the message are deserialized to this collection. | 
| type | Type of linked service. Required. | 
| version | Version of the linked service. | 
| connect_via | The integration runtime reference. | 
| description | Linked service description. | 
| parameters | Parameters for linked service. | 
| annotations | 
				list[<xref:JSON>]
		 List of tags that can be used for describing the linked service. | 
| environment_url | 
				<xref:JSON>
		 The URL of Salesforce instance. For example, 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string). | 
| authentication_type | 
				<xref:JSON>
		 The authentication type to be used to connect to the Salesforce. Currently, we only support OAuth2ClientCredentials, it is also the default value. | 
| client_id | 
				<xref:JSON>
		 The client Id for OAuth 2.0 Client Credentials Flow authentication of the Salesforce instance. Type: string (or Expression with resultType string). | 
| client_secret | The client secret for OAuth 2.0 Client Credentials Flow authentication of the Salesforce instance. | 
| api_version | 
				<xref:JSON>
		 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). | 
| encrypted_credential | The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. |