Microsoft Access Linked Service Args
data class MicrosoftAccessLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>, val credential: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val userName: Output<Any>? = null) : ConvertibleToJava<MicrosoftAccessLinkedServiceArgs>
Microsoft Access linked service.
Constructors
Link copied to clipboard
fun MicrosoftAccessLinkedServiceArgs(annotations: Output<List<Any>>? = null, authenticationType: Output<Any>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, connectionString: Output<Any>, credential: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, type: Output<String>, userName: Output<Any>? = null)