MongoDbLinkedServiceResponse

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, val version: String? = null)

Linked service for MongoDb data source.

Constructors

Link copied to clipboard
constructor(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, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether to allow self-signed certificates from the server. The default value is false. Type: boolean (or Expression with resultType boolean).

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

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

Link copied to clipboard

The authentication type to be used to connect to the MongoDB database.

Link copied to clipboard
val authSource: Any? = null

Database to verify the username and password. Type: string (or Expression with resultType string).

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard

The name of the MongoDB database that you want to access. Type: string (or Expression with resultType string).

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard
val enableSsl: Any? = null

Specifies whether the connections to the server are encrypted using SSL. The default value is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard

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

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

Password for authentication.

Link copied to clipboard
val port: Any? = null

The TCP port number that the MongoDB server uses to listen for client connections. The default value is 27017. Type: integer (or Expression with resultType integer), minimum: 0.

Link copied to clipboard
val server: Any

The IP address or server name of the MongoDB server. Type: string (or Expression with resultType string).

Link copied to clipboard

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

Link copied to clipboard
val username: Any? = null

Username for authentication. Type: string (or Expression with resultType string).

Link copied to clipboard
val version: String? = null

Version of the linked service.