Share via


TeradataLinkedService interface

Linked service for Teradata data source.

Extends

Properties

authenticationType

AuthenticationType to be used for connection.

characterSet

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

connectionString

Teradata ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.

encryptedCredential

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

httpsPortNumber

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

maxRespSize

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

password

Password for authentication.

portNumber

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.

server

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

sslMode

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.

type

Polymorphic discriminator, which specifies the different types this object can be

useDataEncryption

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.

username

Username for authentication. Type: string (or Expression with resultType string).

Inherited Properties

annotations

List of tags that can be used for describing the linked service.

connectVia

The integration runtime reference.

description

Linked service description.

parameters

Parameters for linked service.

version

Version of the linked service.

Property Details

authenticationType

AuthenticationType to be used for connection.

authenticationType?: string

Property Value

string

characterSet

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

characterSet?: any

Property Value

any

connectionString

Teradata ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.

connectionString?: any

Property Value

any

encryptedCredential

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

encryptedCredential?: any

Property Value

any

httpsPortNumber

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

httpsPortNumber?: any

Property Value

any

maxRespSize

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

maxRespSize?: any

Property Value

any

password

Password for authentication.

password?: SecretBaseUnion

Property Value

portNumber

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.

portNumber?: any

Property Value

any

server

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

server?: any

Property Value

any

sslMode

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.

sslMode?: any

Property Value

any

type

Polymorphic discriminator, which specifies the different types this object can be

type: "Teradata"

Property Value

"Teradata"

useDataEncryption

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.

useDataEncryption?: any

Property Value

any

username

Username for authentication. Type: string (or Expression with resultType string).

username?: any

Property Value

any

Inherited Property Details

annotations

List of tags that can be used for describing the linked service.

annotations?: any[]

Property Value

any[]

Inherited From LinkedService.annotations

connectVia

The integration runtime reference.

connectVia?: IntegrationRuntimeReference

Property Value

Inherited From LinkedService.connectVia

description

Linked service description.

description?: string

Property Value

string

Inherited From LinkedService.description

parameters

Parameters for linked service.

parameters?: {[propertyName: string]: ParameterSpecification}

Property Value

{[propertyName: string]: ParameterSpecification}

Inherited From LinkedService.parameters

version

Version of the linked service.

version?: string

Property Value

string

Inherited From LinkedService.version