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 OAuthPKCE, OAuthClient. |
| Server | The host name or IP of the Lakebase server. |
| Database | The name of the Lakebase database. |
| DatabricksInstance | The URL for UI during normal access of the Databricks console in the browser in the form dbc-(id).cloud.databricks.com . |
| User | Specifies the user ID of the authenticating Lakebase user account. |
| Port | The port number of the Lakebase server. |
| 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. |