Authentication
This section provides a complete list of the Authentication properties you can configure in the connection settings for this provider.
| Property | Description |
| Server | The host name or IP address of the server. |
| Database | The name of the EnterpriseDB database. |
| User | Specifies the authenticating user's user ID. |
| Password | Specifies the authenticating user's password. |
| Port | The port number of the EnterpriseDB server. |
| UseSSL | Whether SSL is enabled. |
| Visibility | Filters metadata for the user's permitted tables as a comma-separated list of queries. For example, to restrict visibility for SELECT and INSERT queries, specify 'SELECT,INSERT'. Permitted values: SELECT, INSERT, UPDATE, DELETE. |