Customizing account status and compliance information in the View Access wizard

You can customize the account status and compliance information that is displayed on the access cards in the View Access wizard.

Before you begin

About this task

Use the following sections to work with the configuration files or the configuration properties from the IBM Security Identity Manager virtual appliance console: The file Access.json contains the access attributes that are customizable. The access attributes can be in the following categories:

Procedure

  1. Optional: Customize the account status that is displayed on the access cards.
    1. Download a copy of the Access.json file. See Managing the server properties.
    2. Edit the file. The contents of this file are maintained in JavaScript Object Notation (JSON) format, which is way of representing structured data.For example:
      "userAccessView": {
      			"userId": {
      				"attribute": "account.eruid",
      				"display": true,
      				"sort": {
      					"enabled": true,
      					"labelKey": "userId"
      				}			},
      			"showCompliance": true,
                  "showAccountStatus": true
      		}	
    3. If you do not want to display the account status on the access cards, set the value for showAccountStatus to false. For example, "showAccountStatus": false.
  2. Optional: Customize the compliance information that is displayed on the access cards.
    1. Download a copy of the Access.json file. See Managing the server properties.
    2. Edit the file. The contents of this file are maintained in JavaScript Object Notation (JSON) format, which is way of representing structured data.For example:
      "userAccessView": {
      			"userId": {
      				"attribute": "account.eruid",
      				"display": true,
      				"sort": {
      					"enabled": true,
      					"labelKey": "userId"
      				}			},
      			"showCompliance": true,
                  "showAccountStatus": true
      		}	
    3. If you do not want to display the compliance information on the access cards, set the value for showCompliance to false. For example, "showCompliance": false.

Results

The account status and compliance information that are displayed on access cards are changed to reflect the customization that you made in the Access.json file.

Parent topic: View Access wizard