VEPSQLInstanceCredentials
Contains a credential record used connect to a PostgreSQL database.
Property |
Type |
Description |
|---|---|---|
UseLinuxUserForPeerAuthentication |
Bool |
If True, PostgreSQL will use the current OS user to authenticate to a PostgreSQL database. |
PeerAuthenticationUser |
String? |
Linux OS user that PostgreSQL will use to authenticate to a PostgreSQL database. |
UserName |
String? |
Username used for SQL authentication to a PostgreSQL database. |
Related Commands