TeradataLinkedServiceResponse

data class TeradataLinkedServiceResponse(val annotations: List<Any>? = null, val authenticationType: String? = null, val characterSet: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionString: Any? = null, val description: String? = null, val encryptedCredential: String? = null, val httpsPortNumber: Any? = null, val maxRespSize: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val portNumber: Any? = null, val server: Any? = null, val sslMode: Any? = null, val type: String, val useDataEncryption: Any? = null, val username: Any? = null, val version: String? = null)

Linked service for Teradata data source.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, authenticationType: String? = null, characterSet: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionString: Any? = null, description: String? = null, encryptedCredential: String? = null, httpsPortNumber: Any? = null, maxRespSize: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, portNumber: Any? = null, server: Any? = null, sslMode: Any? = null, type: String, useDataEncryption: Any? = null, 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
val characterSet: Any? = null

The character set to use for the connection. Type: string (or Expression with resultType string). Only applied for version 2.0.

Link copied to clipboard
val connectionString: Any? = null

Teradata ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Only applied for version 1.0.

Link copied to clipboard

The integration runtime reference.

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
val httpsPortNumber: Any? = null

The port numbers when connecting to server through HTTPS/TLS connections. Type: integer (or Expression with resultType integer). Only applied for version 2.0.

Link copied to clipboard
val maxRespSize: Any? = null

The maximum size of the response buffer for SQL requests, in bytes. Type: integer. Only applied for version 2.0.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

Password for authentication.

Link copied to clipboard
val portNumber: Any? = null

The port numbers when connecting to server through non HTTPS/TLS connections. Type: integer (or Expression with resultType integer). Only used for V2. Only applied for version 2.0.

Link copied to clipboard
val server: Any? = null

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

Link copied to clipboard
val sslMode: Any? = null

SSL mode for connection. Valid values including: “Disable”, “Allow”, “Prefer”, “Require”, “Verify-CA”, “Verify-Full”. Default value is “Verify-Full”. Type: string (or Expression with resultType string). Only applied for version 2.0.

Link copied to clipboard

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

Link copied to clipboard
val useDataEncryption: Any? = null

Specifies whether to encrypt all communication with the Teradata database. Allowed values are 0 or 1. This setting will be ignored for HTTPS/TLS connections. Type: integer (or Expression with resultType integer). Only applied for version 2.0.

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.