DynamicsLinkedServiceArgs

data class DynamicsLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Any>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val credential: Output<CredentialReferenceArgs>? = null, val deploymentType: Output<Any>, val description: Output<String>? = null, val domain: Output<Any>? = null, val encryptedCredential: Output<String>? = null, val hostName: Output<Any>? = null, val organizationName: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val port: Output<Any>? = null, val servicePrincipalCredential: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val servicePrincipalCredentialType: Output<Any>? = null, val servicePrincipalId: Output<Any>? = null, val serviceUri: Output<Any>? = null, val type: Output<String>, val username: Output<Any>? = null, val version: Output<String>? = null) : ConvertibleToJava<DynamicsLinkedServiceArgs>

Dynamics linked service.

Constructors

Link copied to clipboard
constructor(annotations: Output<List<Any>>? = null, authenticationType: Output<Any>, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, credential: Output<CredentialReferenceArgs>? = null, deploymentType: Output<Any>, description: Output<String>? = null, domain: Output<Any>? = null, encryptedCredential: Output<String>? = null, hostName: Output<Any>? = null, organizationName: Output<Any>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, port: Output<Any>? = null, servicePrincipalCredential: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, servicePrincipalCredentialType: Output<Any>? = null, servicePrincipalId: Output<Any>? = null, serviceUri: Output<Any>? = null, type: Output<String>, username: Output<Any>? = null, version: Output<String>? = null)

Properties

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

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

Link copied to clipboard
val authenticationType: Output<Any>

The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string).

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val credential: Output<CredentialReferenceArgs>? = null

The credential reference containing authentication information.

Link copied to clipboard
val deploymentType: Output<Any>

The deployment type of the Dynamics instance. 'Online' for Dynamics Online and 'OnPremisesWithIfd' for Dynamics on-premises with Ifd. Type: string (or Expression with resultType string).

Link copied to clipboard
val description: Output<String>? = null

Linked service description.

Link copied to clipboard
val domain: Output<Any>? = null

The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).

Link copied to clipboard
val encryptedCredential: Output<String>? = null

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

Link copied to clipboard
val hostName: Output<Any>? = null

The host name of the on-premises Dynamics server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).

Link copied to clipboard
val organizationName: Output<Any>? = null

The organization name of the Dynamics instance. The property is required for on-prem and required for online when there are more than one Dynamics instances associated with the user. Type: string (or Expression with resultType string).

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

Password to access the Dynamics instance.

Link copied to clipboard
val port: Output<Any>? = null

The port of on-premises Dynamics server. The property is required for on-prem and not allowed for online. Default is 443. Type: integer (or Expression with resultType integer), minimum: 0.

Link copied to clipboard

The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.

Link copied to clipboard
val servicePrincipalCredentialType: Output<Any>? = null

The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).

Link copied to clipboard
val servicePrincipalId: Output<Any>? = null

The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type: string (or Expression with resultType string).

Link copied to clipboard
val serviceUri: Output<Any>? = null

The URL to the Microsoft Dynamics server. The property is required for on-line and not allowed for on-prem. Type: string (or Expression with resultType string).

Link copied to clipboard
val type: Output<String>

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

Link copied to clipboard
val username: Output<Any>? = null

User name to access the Dynamics instance. Type: string (or Expression with resultType string).

Link copied to clipboard
val version: Output<String>? = null

Version of the linked service.

Functions

Link copied to clipboard
open override fun toJava(): DynamicsLinkedServiceArgs