Impala Linked Service Args
Impala server linked service.
Constructors
Properties
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.
Specifies whether to allow self-signed certificates from the server. The default value is false.
List of tags that can be used for describing the linked service.
The authentication type to use.
The integration runtime reference.
Linked service description.
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
Parameters for linked service.
The password corresponding to the user name when using UsernameAndPassword.
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.
Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.