Package version:

Interface QuickBooksLinkedService

QuickBooks server linked service.

interface QuickBooksLinkedService {
    accessToken?: SecretBaseUnion;
    accessTokenSecret?: SecretBaseUnion;
    annotations?: any[];
    companyId?: any;
    connectionProperties?: any;
    connectVia?: IntegrationRuntimeReference;
    consumerKey?: any;
    consumerSecret?: SecretBaseUnion;
    description?: string;
    encryptedCredential?: string;
    endpoint?: any;
    parameters?: {
        [propertyName: string]: ParameterSpecification;
    };
    type: "QuickBooks";
    useEncryptedEndpoints?: any;
    version?: string;
}

Hierarchy (view full)

Properties

accessToken?: SecretBaseUnion

The access token for OAuth 1.0 authentication.

accessTokenSecret?: SecretBaseUnion

The access token secret for OAuth 1.0 authentication.

annotations?: any[]

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

companyId?: any

The company ID of the QuickBooks company to authorize.

connectionProperties?: any

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

The integration runtime reference.

consumerKey?: any

The consumer key for OAuth 1.0 authentication.

consumerSecret?: SecretBaseUnion

The consumer secret for OAuth 1.0 authentication.

description?: string

Linked service description.

encryptedCredential?: string

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

endpoint?: any

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

parameters?: {
    [propertyName: string]: ParameterSpecification;
}

Parameters for linked service.

type

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

useEncryptedEndpoints?: any

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

version?: string

Version of the linked service.