Is it possible to change the reasons in the dropdown of a password view request?
Privileged Access Manager 3.4.x, 4.0.x
As this is a customization, go to Configuration > Database and save the database prior to making the changes.
In order to change the severity reasons, you need to use the PAM CLI. An example of the command is below.
> capam_command capam=10.20.30.40 adminUserID=super cmdName=setSystemProperty propertyName=ViewPasswordReasons "propertyValues=Reason 1|Reason 2|Reason 3"
Enter password:
After using the command, it will display something similar to this.
For more information about the CLI command, please refer to the documentation link below.
https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/privileged-access-manager/4-0-1/programming/credential-manager-remote-cli-and-java-api/credential-manager-cli-commands/setsystemproperty.html
The following section of the documentation has instructions on installing the remote CLI, in case you need it.
https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/privileged-access-manager/4-0-1/programming/credential-manager-remote-cli-and-java-api/install-and-set-up-the-remote-cli-and-java-api.html