XeroLinkedService interface

Xero Service linked service.

Extends

Properties

connectionProperties

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

consumerKey

The consumer key associated with the Xero application.

encryptedCredential

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

host

The endpoint of the Xero server. (i.e. api.xero.com)

privateKey

The private key from the .pem file that was generated for your Xero private application. You must include all the text from the .pem file, including the Unix line endings( ).

type

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

useEncryptedEndpoints

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

useHostVerification

Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true.

usePeerVerification

Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.

Inherited Properties

annotations

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

connectVia

The integration runtime reference.

description

Linked service description.

parameters

Parameters for linked service.

version

Version of the linked service.

Property Details

connectionProperties

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

connectionProperties?: any

Property Value

any

consumerKey

The consumer key associated with the Xero application.

consumerKey?: 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

host

The endpoint of the Xero server. (i.e. api.xero.com)

host?: any

Property Value

any

privateKey

The private key from the .pem file that was generated for your Xero private application. You must include all the text from the .pem file, including the Unix line endings( ).

privateKey?: SecretBaseUnion

Property Value

type

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

type: "Xero"

Property Value

"Xero"

useEncryptedEndpoints

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

useEncryptedEndpoints?: any

Property Value

any

useHostVerification

Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true.

useHostVerification?: any

Property Value

any

usePeerVerification

Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.

usePeerVerification?: 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