Class SalesforceLinkedServiceResponse


  • public final class SalesforceLinkedServiceResponse
    extends java.lang.Object
    • Method Detail

      • annotations

        public java.util.List<java.lang.Object> annotations()
        Returns:
        List of tags that can be used for describing the linked service.
      • apiVersion

        public java.util.Optional<java.lang.Object> apiVersion()
        Returns:
        The Salesforce API version used in ADF. Type: string (or Expression with resultType string).
      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        Linked service description.
      • encryptedCredential

        public java.util.Optional<java.lang.String> encryptedCredential()
        Returns:
        The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
      • environmentUrl

        public java.util.Optional<java.lang.Object> environmentUrl()
        Returns:
        The URL of Salesforce instance. Default is 'https://login.salesforce.com'. To copy data from sandbox, specify 'https://test.salesforce.com'. To copy data from custom domain, specify, for example, 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string).
      • type

        public java.lang.String type()
        Returns:
        Type of linked service. Expected value is 'Salesforce'.
      • username

        public java.util.Optional<java.lang.Object> username()
        Returns:
        The username for Basic authentication of the Salesforce instance. Type: string (or Expression with resultType string).