--- title: "VEPSQLLinuxCredential" description: "Contains a Linux credential record used connect to a machine with PostgreSQL. Property Type Description String Account that will be used to connect to the target Linux server. Bool If True, a private key is used to connect to the target Linux server." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/vepsqllinuxcredential.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VEPSQLLinuxCredential" dateModified: "2026-08-18" --- # VEPSQLLinuxCredential Contains a Linux credential record used connect to a machine with PostgreSQL.
|
Property |
Type |
Description |
|---|---|---|
|
Account |
String |
Account that will be used to connect to the target Linux server. |
|
UseKeyFile |
Bool |
If True, a private key is used to connect to the target Linux server. |
|
PrivateKeyFilePath |
String |
Path for the private key. |
|
ElevateAccountToRoot |
Bool |
If True, the account is elevated to root. |
|
AddToSudoers |
Bool |
If True, the account is added to the sudoers file. |
|
UseSuIfSudoUnavailable |
Bool |
If True, the su command is used instead of the sudo command. |