SquareLinkedService interface
Square Service linked service.
- Extends
Properties
client |
The client ID associated with your Square application. |
client |
The client secret associated with your Square application. |
connection |
Properties used to connect to Square. It is mutually exclusive with any other properties in the linked service. Type: object. |
encrypted |
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. |
host | The URL of the Square instance. (i.e. mystore.mysquare.com) |
redirect |
The redirect URL assigned in the Square application dashboard. (i.e. http://localhost:2500) |
type | Polymorphic discriminator, which specifies the different types this object can be |
use |
Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. |
use |
Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true. |
use |
Specifies whether to verify the identity of the server when connecting over SSL. The default value is true. |
Inherited Properties
annotations | List of tags that can be used for describing the linked service. |
connect |
The integration runtime reference. |
description | Linked service description. |
parameters | Parameters for linked service. |
version | Version of the linked service. |
Property Details
clientId
The client ID associated with your Square application.
clientId?: any
Property Value
any
clientSecret
The client secret associated with your Square application.
clientSecret?: SecretBaseUnion
Property Value
connectionProperties
Properties used to connect to Square. It is mutually exclusive with any other properties in the linked service. Type: object.
connectionProperties?: any
Property Value
any
encryptedCredential
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
encryptedCredential?: string
Property Value
string
host
The URL of the Square instance. (i.e. mystore.mysquare.com)
host?: any
Property Value
any
redirectUri
The redirect URL assigned in the Square application dashboard. (i.e. http://localhost:2500)
redirectUri?: any
Property Value
any
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Square"
Property Value
"Square"
useEncryptedEndpoints
Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
useEncryptedEndpoints?: any
Property Value
any
useHostVerification
Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true.
useHostVerification?: any
Property Value
any
usePeerVerification
Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
usePeerVerification?: any
Property Value
any
Inherited Property Details
annotations
List of tags that can be used for describing the linked service.
annotations?: any[]
Property Value
any[]
Inherited From LinkedService.annotations
connectVia
The integration runtime reference.
connectVia?: IntegrationRuntimeReference
Property Value
Inherited From LinkedService.connectVia
description
Linked service description.
description?: string
Property Value
string
Inherited From LinkedService.description
parameters
Parameters for linked service.
parameters?: {[propertyName: string]: ParameterSpecification}
Property Value
{[propertyName: string]: ParameterSpecification}
Inherited From LinkedService.parameters
version
Version of the linked service.
version?: string
Property Value
string
Inherited From LinkedService.version