GreenplumLinkedServiceResponse

data class GreenplumLinkedServiceResponse(val annotations: List<Any>? = null, val authenticationType: String? = null, val commandTimeout: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionString: Any? = null, val connectionTimeout: Any? = null, val database: Any? = null, val description: String? = null, val encryptedCredential: String? = null, val host: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val port: Any? = null, val pwd: AzureKeyVaultSecretReferenceResponse? = null, val sslMode: Any? = null, val type: String, val username: Any? = null, val version: String? = null)

Greenplum Database linked service.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, authenticationType: String? = null, commandTimeout: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionString: Any? = null, connectionTimeout: Any? = null, database: Any? = null, description: String? = null, encryptedCredential: String? = null, host: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, port: Any? = null, pwd: AzureKeyVaultSecretReferenceResponse? = null, sslMode: 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

The authentication type to use. Type: string. Only used for V2.

Link copied to clipboard
val commandTimeout: Any? = null

The time to wait (in seconds) while trying to execute a command before terminating the attempt and generating an error. Set to zero for infinity. Type: integer. Only used for V2.

Link copied to clipboard
val connectionString: Any? = null

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

Link copied to clipboard
val connectionTimeout: Any? = null

The time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error. Type: integer. Only used for V2.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val database: Any? = null

Database name for connection. Type: string. Only used for V2.

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

Host name for connection. Type: string. Only used for V2.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard
val port: Any? = null

The port for the connection. Type: integer. Only used for V2.

Link copied to clipboard

The Azure key vault secret reference of password in connection string.

Link copied to clipboard
val sslMode: Any? = null

SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer. Only used for V2.

Link copied to clipboard

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

Link copied to clipboard
val username: Any? = null

Username for authentication. Type: string. Only used for V2.

Link copied to clipboard
val version: String? = null

Version of the linked service.