Aracılığıyla paylaş


QuickBooksLinkedService Class

Definition

QuickBooks server linked service.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.QuickBooksLinkedService+QuickBooksLinkedServiceConverter))]
public class QuickBooksLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.QuickBooksLinkedService+QuickBooksLinkedServiceConverter))>]
type QuickBooksLinkedService = class
    inherit LinkedService
Public Class QuickBooksLinkedService
Inherits LinkedService
Inheritance
QuickBooksLinkedService
Attributes

Constructors

QuickBooksLinkedService(Object, Object, Object, SecretBase, SecretBase, SecretBase)

Initializes a new instance of QuickBooksLinkedService.

Properties

AccessToken

The access token for OAuth 1.0 authentication. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString.

AccessTokenSecret

The access token secret for OAuth 1.0 authentication. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString.

AdditionalProperties

Additional Properties.

(Inherited from LinkedService)
Annotations

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

(Inherited from LinkedService)
CompanyId

The company ID of the QuickBooks company to authorize.

ConnectionProperties

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

ConnectVia

The integration runtime reference.

(Inherited from LinkedService)
ConsumerKey

The consumer key for OAuth 1.0 authentication.

ConsumerSecret

The consumer secret for OAuth 1.0 authentication. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString.

Description

Linked service description.

(Inherited from LinkedService)
EncryptedCredential

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

Endpoint

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

Parameters

Parameters for linked service.

(Inherited from LinkedService)
UseEncryptedEndpoints

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

Applies to