Skip to content

Commit

Permalink
Salesforce add apiVersion and set security token optional (Azure#8416)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingshu923 committed Feb 21, 2020
1 parent dc9ec3a commit 5d0c51b
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2263,9 +2263,13 @@
"$ref": "../datafactory.json#/definitions/SecretBase"
},
"securityToken": {
"description": "The security token is required to remotely access Salesforce instance.",
"description": "The security token is optional to remotely access Salesforce instance.",
"$ref": "../datafactory.json#/definitions/SecretBase"
},
"apiVersion": {
"type": "object",
"description": "The Salesforce API version used in ADF. Type: string (or Expression with resultType string)."
},
"encryptedCredential": {
"type": "object",
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
Expand Down Expand Up @@ -2308,9 +2312,13 @@
"$ref": "../datafactory.json#/definitions/SecretBase"
},
"securityToken": {
"description": "The security token is required to remotely access Salesforce instance.",
"description": "The security token is optional to remotely access Salesforce instance.",
"$ref": "../datafactory.json#/definitions/SecretBase"
},
"apiVersion": {
"type": "object",
"description": "The Salesforce API version used in ADF. Type: string (or Expression with resultType string)."
},
"extendedProperties": {
"type": "object",
"description": "Extended properties appended to the connection string. Type: string (or Expression with resultType string)."
Expand Down

0 comments on commit 5d0c51b

Please sign in to comment.