Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QuickBooksLinkedService

Package version

QuickBooks server linked service.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

accessToken

accessToken: SecretBaseUnion

The access token for OAuth 1.0 authentication.

accessTokenSecret

accessTokenSecret: SecretBaseUnion

The access token secret for OAuth 1.0 authentication.

Optional annotations

annotations: any[]

List of tags that can be used for describing the linked service.

companyId

companyId: any

The company ID of the QuickBooks company to authorize.

Optional connectVia

The integration runtime reference.

Optional connectionProperties

connectionProperties: any

Properties used to connect to QuickBooks. It is mutually exclusive with any other properties in the linked service. Type: object.

consumerKey

consumerKey: any

The consumer key for OAuth 1.0 authentication.

consumerSecret

consumerSecret: SecretBaseUnion

The consumer secret for OAuth 1.0 authentication.

Optional description

description: undefined | string

Linked service description.

Optional encryptedCredential

encryptedCredential: any

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

endpoint

endpoint: any

The endpoint of the QuickBooks server. (i.e. quickbooks.api.intuit.com)

Optional parameters

parameters: undefined | {}

Parameters for linked service.

type

type: "QuickBooks"

Polymorphic discriminator, which specifies the different types this object can be

Optional useEncryptedEndpoints

useEncryptedEndpoints: any

Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.

Generated using TypeDoc