--- title: "VEPSQLInstanceCredentials" description: "Contains a credential record used connect to a PostgreSQL database. Property Type Description Bool If True, PostgreSQL will use the current OS user to authenticate to a PostgreSQL database. String?" canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/vepsqlinstancecredentials.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VEPSQLInstanceCredentials" dateModified: "2026-08-18" --- # 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? |
User name used for SQL authentication to a PostgreSQL database. |