Db2LinkedServiceResponse

data class Db2LinkedServiceResponse(val annotations: List<Any>? = null, val authenticationType: String? = null, val certificateCommonName: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionString: Any? = null, val database: Any? = null, val description: String? = null, val encryptedCredential: String? = null, val packageCollection: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val server: Any? = null, val type: String, val username: Any? = null, val version: String? = null)

Linked service for DB2 data source.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, authenticationType: String? = null, certificateCommonName: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionString: Any? = null, database: Any? = null, description: String? = null, encryptedCredential: String? = null, packageCollection: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, server: Any? = null, type: String, username: Any? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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

AuthenticationType to be used for connection. It is mutually exclusive with connectionString property.

Link copied to clipboard

Certificate Common Name when TLS is enabled. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string).

Link copied to clipboard
val connectionString: Any? = null

The connection string. It is mutually exclusive with server, database, authenticationType, userName, packageCollection and certificateCommonName property. Type: string, SecureString or AzureKeyVaultSecretReference.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val database: Any? = null

Database name for connection. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string).

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. It is mutually exclusive with connectionString property. Type: string.

Link copied to clipboard
val packageCollection: Any? = null

Under where packages are created when querying database. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string).

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

Password for authentication.

Link copied to clipboard
val server: Any? = null

Server name for connection. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string).

Link copied to clipboard

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

Link copied to clipboard
val username: Any? = null

Username for authentication. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string).

Link copied to clipboard
val version: String? = null

Version of the linked service.