VEORLinuxCredential
Contains a Linux credential record used connect to a machine with Oracle.
|
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. |
Related Commands