SybaseLinkedServiceResponse

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

Linked service for Sybase data source.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, authenticationType: String? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, database: Any, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, schema: Any? = null, server: Any, 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.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard

Database name for connection. 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. Type: string.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

Password for authentication.

Link copied to clipboard
val schema: Any? = null

Schema name for connection. Type: string (or Expression with resultType string).

Link copied to clipboard
val server: Any

Server name for connection. Type: string (or Expression with resultType string).

Link copied to clipboard

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

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.