QuickBooksLinkedServiceResponse

data class QuickBooksLinkedServiceResponse(val accessToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val accessTokenSecret: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val annotations: List<Any>? = null, val companyId: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionProperties: Any? = null, val consumerKey: Any? = null, val consumerSecret: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val description: String? = null, val encryptedCredential: String? = null, val endpoint: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val type: String, val useEncryptedEndpoints: Any? = null, val version: String? = null)

QuickBooks server linked service.

Constructors

Link copied to clipboard
constructor(accessToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, accessTokenSecret: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, annotations: List<Any>? = null, companyId: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionProperties: Any? = null, consumerKey: Any? = null, consumerSecret: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, description: String? = null, encryptedCredential: String? = null, endpoint: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, type: String, useEncryptedEndpoints: Any? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access token for OAuth 1.0 authentication.

Link copied to clipboard

The access token secret for OAuth 1.0 authentication.

Link copied to clipboard
val annotations: List<Any>? = null

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

Link copied to clipboard
val companyId: Any? = null

The company ID of the QuickBooks company to authorize.

Link copied to clipboard

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

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val consumerKey: Any? = null

The consumer key for OAuth 1.0 authentication.

Link copied to clipboard

The consumer secret for OAuth 1.0 authentication.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

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

Link copied to clipboard
val endpoint: Any? = null

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

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

Type of linked service. Expected value is 'QuickBooks'.

Link copied to clipboard

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

Link copied to clipboard
val version: String? = null

Version of the linked service.