ImpalaLinkedService Class

Impala server linked service.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.datafactory.models._models_py3.LinkedService
ImpalaLinkedService

Constructor

ImpalaLinkedService(*, host: MutableMapping[str, Any], authentication_type: str | _models.ImpalaAuthenticationType, 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, port: MutableMapping[str, Any] | None = None, username: MutableMapping[str, Any] | None = None, password: _models.SecretBase | None = None, enable_ssl: MutableMapping[str, Any] | None = None, trusted_cert_path: MutableMapping[str, Any] | None = None, use_system_trust_store: MutableMapping[str, Any] | None = None, allow_host_name_cn_mismatch: MutableMapping[str, Any] | None = None, allow_self_signed_server_cert: MutableMapping[str, Any] | None = None, encrypted_credential: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

version
str

Version of the linked service.

connect_via

The integration runtime reference.

description
str

Linked service description.

parameters

Parameters for linked service.

annotations
list[<xref:JSON>]

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

host
<xref:JSON>

The IP address or host name of the Impala server. (i.e. 192.168.222.160). Required.

port
<xref:JSON>

The TCP port that the Impala server uses to listen for client connections. The default value is 21050.

authentication_type

The authentication type to use. Required. Known values are: "Anonymous", "SASLUsername", and "UsernameAndPassword".

username
<xref:JSON>

The user name used to access the Impala server. The default value is anonymous when using SASLUsername.

password

The password corresponding to the user name when using UsernameAndPassword.

enable_ssl
<xref:JSON>

Specifies whether the connections to the server are encrypted using SSL. The default value is false.

trusted_cert_path
<xref:JSON>

The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.

use_system_trust_store
<xref:JSON>

Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.

allow_host_name_cn_mismatch
<xref:JSON>

Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL. The default value is false.

allow_self_signed_server_cert
<xref:JSON>

Specifies whether to allow self-signed certificates from the server. The default value is false.

encrypted_credential
str

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

type
str

Type of linked service. Required.

version
str

Version of the linked service.

connect_via

The integration runtime reference.

description
str

Linked service description.

parameters

Parameters for linked service.

annotations
list[<xref:JSON>]

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

host
<xref:JSON>

The IP address or host name of the Impala server. (i.e. 192.168.222.160). Required.

port
<xref:JSON>

The TCP port that the Impala server uses to listen for client connections. The default value is 21050.

authentication_type

The authentication type to use. Required. Known values are: "Anonymous", "SASLUsername", and "UsernameAndPassword".

username
<xref:JSON>

The user name used to access the Impala server. The default value is anonymous when using SASLUsername.

password

The password corresponding to the user name when using UsernameAndPassword.

enable_ssl
<xref:JSON>

Specifies whether the connections to the server are encrypted using SSL. The default value is false.

trusted_cert_path
<xref:JSON>

The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.

use_system_trust_store
<xref:JSON>

Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.

allow_host_name_cn_mismatch
<xref:JSON>

Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL. The default value is false.

allow_self_signed_server_cert
<xref:JSON>

Specifies whether to allow self-signed certificates from the server. The default value is false.

encrypted_credential
str

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.