Dynamics Crm Linked Service Args
data class DynamicsCrmLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Any>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val deploymentType: Output<Any>, val description: Output<String>? = 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) : ConvertibleToJava<DynamicsCrmLinkedServiceArgs>
Dynamics CRM linked service.
Constructors
Link copied to clipboard
fun DynamicsCrmLinkedServiceArgs(annotations: Output<List<Any>>? = null, authenticationType: Output<Any>, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, deploymentType: Output<Any>, description: Output<String>? = 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)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val servicePrincipalCredential: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null
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.