Mongo Db V2Linked Service Response
data class MongoDbV2LinkedServiceResponse(val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionString: Any, val database: Any, val description: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val type: String, val version: String? = null)
Linked service for MongoDB data source.
Properties
Link copied to clipboard
List of tags that can be used for describing the linked service.
Link copied to clipboard
The MongoDB connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference.
Link copied to clipboard
The integration runtime reference.
Link copied to clipboard
Linked service description.
Link copied to clipboard
Parameters for linked service.