GreenplumLinkedService Class
Greenplum Database linked service.
All required parameters must be populated in order to send to server.
Constructor
GreenplumLinkedService(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, version: str | None = None, connect_via: _models.IntegrationRuntimeReference | None = None, description: str | None = None, parameters: Dict[str, _models.ParameterSpecification] | None = None, annotations: List[MutableMapping[str, Any]] | None = None, connection_string: MutableMapping[str, Any] | None = None, pwd: _models.AzureKeyVaultSecretReference | None = None, encrypted_credential: str | None = None, authentication_type: str | _models.GreenplumAuthenticationType | None = None, host: MutableMapping[str, Any] | None = None, port: MutableMapping[str, Any] | None = None, username: MutableMapping[str, Any] | None = None, database: MutableMapping[str, Any] | None = None, ssl_mode: MutableMapping[str, Any] | None = None, connection_timeout: MutableMapping[str, Any] | None = None, command_timeout: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. Default value: None
|
version
|
Version of the linked service. Default value: None
|
connect_via
|
The integration runtime reference. Default value: None
|
description
|
Linked service description. Default value: None
|
parameters
|
Parameters for linked service. Default value: None
|
annotations
|
list[<xref:JSON>]
List of tags that can be used for describing the linked service. Default value: None
|
connection_string
|
<xref:JSON>
An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Default value: None
|
pwd
|
The Azure key vault secret reference of password in connection string. Default value: None
|
encrypted_credential
|
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. Default value: None
|
authentication_type
|
The authentication type to use. Type: string. Only used for V2. "Basic" Default value: None
|
host
|
<xref:JSON>
Host name for connection. Type: string. Only used for V2. Default value: None
|
port
|
<xref:JSON>
The port for the connection. Type: integer. Only used for V2. Default value: None
|
username
|
<xref:JSON>
Username for authentication. Type: string. Only used for V2. Default value: None
|
database
|
<xref:JSON>
Database name for connection. Type: string. Only used for V2. Default value: None
|
ssl_mode
|
<xref:JSON>
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. Default value: None
|
connection_timeout
|
<xref:JSON>
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. Default value: None
|
command_timeout
|
<xref:JSON>
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. Default value: None
|
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
type
|
Type of linked service. Required. |
version
|
Version of the linked service. |
connect_via
|
The integration runtime reference. |
description
|
Linked service description. |
parameters
|
Parameters for linked service. |
annotations
|
list[<xref:JSON>]
List of tags that can be used for describing the linked service. |
connection_string
|
<xref:JSON>
An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. |
pwd
|
The Azure key vault secret reference of password in connection string. |
encrypted_credential
|
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. |
authentication_type
|
The authentication type to use. Type: string. Only used for V2. "Basic" |
host
|
<xref:JSON>
Host name for connection. Type: string. Only used for V2. |
port
|
<xref:JSON>
The port for the connection. Type: integer. Only used for V2. |
username
|
<xref:JSON>
Username for authentication. Type: string. Only used for V2. |
database
|
<xref:JSON>
Database name for connection. Type: string. Only used for V2. |
ssl_mode
|
<xref:JSON>
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. |
connection_timeout
|
<xref:JSON>
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. |
command_timeout
|
<xref:JSON>
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. |