Mongo Db Linked Service Args
data class MongoDbLinkedServiceArgs(val allowSelfSignedServerCert: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val authSource: Output<Any>? = null, val authenticationType: Output<Either<String, MongoDbAuthenticationType>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val databaseName: Output<Any>, val description: Output<String>? = null, val enableSsl: Output<Any>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val port: Output<Any>? = null, val server: Output<Any>, val type: Output<String>, val username: Output<Any>? = null) : ConvertibleToJava<MongoDbLinkedServiceArgs>
Linked service for MongoDb data source.
Constructors
Link copied to clipboard
fun MongoDbLinkedServiceArgs(allowSelfSignedServerCert: Output<Any>? = null, annotations: Output<List<Any>>? = null, authSource: Output<Any>? = null, authenticationType: Output<Either<String, MongoDbAuthenticationType>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, databaseName: Output<Any>, description: Output<String>? = null, enableSsl: Output<Any>? = null, encryptedCredential: Output<String>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, port: Output<Any>? = null, server: Output<Any>, type: Output<String>, username: Output<Any>? = null)