How to Update the Password View Reason
search cancel

How to Update the Password View Reason

book

Article ID: 233629

calendar_today

Updated On:

Products

CA Privileged Access Manager (PAM)

Issue/Introduction

Is it possible to change the reasons in the dropdown of a password view request?

Environment

Privileged Access Manager 3.4.x, 4.0.x

Resolution

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.
https://api-broadcom-ca.wolkenservicedesk.com/attachment/get_attachment_content?uniqueFileId=dNNacmUwFKuGaul0wXzPKw==

 

Additional Information

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