Skip to content

Commit

Permalink
Square add connectionProperties property (#10055)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingshu923 authored Jul 13, 2020
1 parent 1b0aea3 commit 8bff672
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4641,6 +4641,10 @@
"SquareLinkedServiceTypeProperties": {
"description": "Square Service linked service properties.",
"properties": {
"connectionProperties": {
"description": "Properties used to connect to Square. It is mutually exclusive with any other properties in the linked service. Type: object.",
"type": "object"
},
"host": {
"description": "The URL of the Square instance. (i.e. mystore.mysquare.com)",
"type": "object"
Expand Down Expand Up @@ -4673,12 +4677,7 @@
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).",
"type": "object"
}
},
"required": [
"host",
"clientId",
"redirectUri"
]
}
},
"XeroLinkedService": {
"x-ms-discriminator-value": "Xero",
Expand Down

0 comments on commit 8bff672

Please sign in to comment.