Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
Property | Description |
AuthScheme | The scheme used for authentication. Accepted entries are None, Basic, Kerberos and LDAP. None is the default. |
Server | The host name or IP address of the Presto REST server. |
Port | The port for the Presto REST server. |
User | The Presto user account used to authenticate. |
Password | The password used to authenticate the user. |
PrestoKind | Indicates whether the connected instance is Trino or not. |
UseSSL | Indicates whether SSL is enabled. |