Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DynamicsAXLinkedService

Package version

Dynamics AX linked service.

Hierarchy

Indexable

[property: string]: any

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

Index

Properties

aadResourceId

aadResourceId: any

Specify the resource you are requesting authorization. Type: string (or Expression with resultType string).

Optional annotations

annotations: any[]

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

Optional connectVia

The integration runtime reference.

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).

Optional parameters

parameters: undefined | {}

Parameters for linked service.

servicePrincipalId

servicePrincipalId: any

Specify the application's client ID. Type: string (or Expression with resultType string).

servicePrincipalKey

servicePrincipalKey: SecretBaseUnion

Specify the application's key. Mark this field as a SecureString to store it securely in Data Factory, or reference a secret stored in Azure Key Vault. Type: string (or Expression with resultType string).

tenant

tenant: any

Specify the tenant information (domain name or tenant ID) under which your application resides. Retrieve it by hovering the mouse in the top-right corner of the Azure portal. Type: string (or Expression with resultType string).

type

type: "DynamicsAX"

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

url

url: any

The Dynamics AX (or Dynamics 365 Finance and Operations) instance OData endpoint.

Generated using TypeDoc