ADO.NET Provider for PostgreSQL

Build 24.0.9175

Authentication

This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.


PropertyDescription
AuthSchemeThe scheme used for authentication. Accepted entries are Password, AzureAD, AzurePassword, AzureMSI, AwsIAMRoles, AwsEC2Roles, GCPServiceAccount.
ServerThe host name or IP address of the server.
DatabaseThe name of the PostgreSQL database.
UserSpecifies the user ID of the authenticating PostgreSQL user account.
PasswordSpecifies the password of the authenticating user account.
PortThe port number of the PostgreSQL server.
UseSSLThis field sets whether SSL is enabled.
VisibilityFilters 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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175