Couchbase Linked Service Response
data class CouchbaseLinkedServiceResponse(val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionString: Any? = null, val credString: AzureKeyVaultSecretReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val type: String, val version: String? = null)
Couchbase server linked service.
Constructors
Link copied to clipboard
constructor(annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionString: Any? = null, credString: AzureKeyVaultSecretReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, type: String, version: String? = null)
Properties
Link copied to clipboard
List of tags that can be used for describing the linked service.
Link copied to clipboard
An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
Link copied to clipboard
The integration runtime reference.
Link copied to clipboard
The Azure key vault secret reference of credString in connection string.
Link copied to clipboard
Linked service description.
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.