SalesforceServiceCloudV2LinkedServiceResponse

data class SalesforceServiceCloudV2LinkedServiceResponse(val annotations: List<Any>? = null, val apiVersion: Any? = null, val authenticationType: Any? = null, val clientId: Any? = null, val clientSecret: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val environmentUrl: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val type: String, val version: String? = null)

Linked service for Salesforce Service Cloud V2.

Constructors

constructor(annotations: List<Any>? = null, apiVersion: Any? = null, authenticationType: Any? = null, clientId: Any? = null, clientSecret: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, environmentUrl: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, type: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annotations: List<Any>? = null

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

Link copied to clipboard
val apiVersion: Any? = null

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).

Link copied to clipboard
val authenticationType: Any? = null

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

Link copied to clipboard
val clientId: Any? = null

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

Link copied to clipboard

The client secret for OAuth 2.0 Client Credentials Flow authentication of the Salesforce instance.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard
val environmentUrl: Any? = null

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

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

Type of linked service. Expected value is 'SalesforceServiceCloudV2'.

Link copied to clipboard
val version: String? = null

Version of the linked service.