System property configuration in enRole.properties

This section provides detailed information about the property keys and values contained in the IM_HOME\data\enRole.properties system configuration file.

The enRole.properties system configuration file contains many of the properties used to configure IBM Verify Identity Governance. The file properties control the program functions and enable user customization of special features.

New in IVIG v11 Fix Pack 1 release

The IBM Verify Identity Governance version 11.0.0 Fix Pack 1 release supports new parameters in the enRole.properties file.

Support for caching

IBM Verify Identity Governance version 11.0.0 Fix Pack 1 release introduces a caching mechanism for the Operational Visibility dashboard to improve the performance of retrieving total accounts and total users data.

You can configure the caching by updating the operations.cache.refreshDuration property in the enRole.properties file. The property specifies the cache refresh interval in seconds. By default, this value is set to 3600 seconds (that is, 1 hour). You can specify any value between 0 and 2,592,000 seconds (that is, up to 30 days).

If a value outside this range is provided, then the default value 3600 seconds will be used.

Parameters for Dynamic Role partition size

Initial Cutoff data size for partitioning. Default value: 2500

enrole.dynamicrole.partition.cutoff.size=2500

Subsequent partition data size. Default value: 10000

enrole.dynamicrole.partition.size=10000

Size of Data included in the single async message when policy evaluation is not required. Default value: 100

enrole.dynamicrole.enforcement.chunk.size.nopolicy=100

Size of Data included in the single async message when policy evaluation is required. Default value: 25

enrole.dynamicrole.enforcement.chunk.size.policy=25

System property for IEHS

You can use IBM Eclipse Help System (IEHS) to host online help files. Use the enrole.IEHS.help.url property to configure Identity Manager to convert links from static context help files to an IEHS infocenter. By default, the value for this property is blank.

enrole.IEHS.help.url=

You can specify the path to the online help file as shown in the following format.

Example: enrole.IEHS.help.url= <http://<yourhelphost>/<yourhelppath>>