Mongo Db Linked Service Response
data class MongoDbLinkedServiceResponse(val allowSelfSignedServerCert: Any? = null, val annotations: List<Any>? = null, val authSource: Any? = null, val authenticationType: String? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val databaseName: Any, val description: String? = null, val enableSsl: Any? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val port: Any? = null, val server: Any, val type: String, val username: Any? = null)
Linked service for MongoDb data source.
Constructors
Link copied to clipboard
fun MongoDbLinkedServiceResponse(allowSelfSignedServerCert: Any? = null, annotations: List<Any>? = null, authSource: Any? = null, authenticationType: String? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, databaseName: Any, description: String? = null, enableSsl: Any? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, port: Any? = null, server: Any, type: String, username: Any? = null)