QuickBooksLinkedService interface
QuickBooks server linked service.
- Extends
Properties
access |
The access token for OAuth 1.0 authentication. |
access |
The access token secret for OAuth 1.0 authentication. |
company |
The company ID of the QuickBooks company to authorize. |
connection |
Properties used to connect to QuickBooks. It is mutually exclusive with any other properties in the linked service. Type: object. |
consumer |
The consumer key for OAuth 1.0 authentication. |
consumer |
The consumer secret for OAuth 1.0 authentication. |
encrypted |
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. |
endpoint | The endpoint of the QuickBooks server. (i.e. quickbooks.api.intuit.com) |
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. |
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
accessToken
The access token for OAuth 1.0 authentication.
accessToken?: SecretBaseUnion
Property Value
accessTokenSecret
The access token secret for OAuth 1.0 authentication.
accessTokenSecret?: SecretBaseUnion
Property Value
companyId
The company ID of the QuickBooks company to authorize.
companyId?: any
Property Value
any
connectionProperties
Properties used to connect to QuickBooks. It is mutually exclusive with any other properties in the linked service. Type: object.
connectionProperties?: any
Property Value
any
consumerKey
The consumer key for OAuth 1.0 authentication.
consumerKey?: any
Property Value
any
consumerSecret
The consumer secret for OAuth 1.0 authentication.
consumerSecret?: SecretBaseUnion
Property Value
encryptedCredential
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
encryptedCredential?: string
Property Value
string
endpoint
The endpoint of the QuickBooks server. (i.e. quickbooks.api.intuit.com)
endpoint?: any
Property Value
any
type
Polymorphic discriminator, which specifies the different types this object can be
type: "QuickBooks"
Property Value
"QuickBooks"
useEncryptedEndpoints
Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
useEncryptedEndpoints?: 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