DynamicsAXLinkedServiceResponse

data class DynamicsAXLinkedServiceResponse(val aadResourceId: Any, val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val servicePrincipalId: Any, val servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, val tenant: Any, val type: String, val url: Any, val version: String? = null)

Dynamics AX linked service.

Constructors

Link copied to clipboard
constructor(aadResourceId: Any, annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, servicePrincipalId: Any, servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, tenant: Any, type: String, url: Any, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

The integration runtime reference.

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

Parameters for linked service.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val 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).

Link copied to clipboard

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

Link copied to clipboard
val url: Any

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

Link copied to clipboard
val version: String? = null

Version of the linked service.