SalesforceLinkedService |
SalesforceLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
SalesforceLinkedService |
SalesforceLinkedService.withApiVersion(Object apiVersion) |
Set the apiVersion property: The Salesforce API version used in ADF.
|
SalesforceLinkedService |
SalesforceLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
SalesforceLinkedService |
SalesforceLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
SalesforceLinkedService |
SalesforceLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
SalesforceLinkedService |
SalesforceLinkedService.withEnvironmentUrl(Object environmentUrl) |
Set the environmentUrl property: The URL of Salesforce instance.
|
SalesforceLinkedService |
SalesforceLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
SalesforceLinkedService |
SalesforceLinkedService.withPassword(SecretBase password) |
Set the password property: The password for Basic authentication of the Salesforce instance.
|
SalesforceLinkedService |
SalesforceLinkedService.withSecurityToken(SecretBase securityToken) |
Set the securityToken property: The security token is optional to remotely access Salesforce instance.
|
SalesforceLinkedService |
SalesforceLinkedService.withUsername(Object username) |
Set the username property: The username for Basic authentication of the Salesforce instance.
|