SelfService.IncludeSuitabilityTraceInfo
This key is used to turn on the suitability trace information property in the results of a self-service request. When enabled, additional trace logging is provided regarding the "best fit" group calculation.
Table 50: Configuration setting: SelfService.IncludeSuitabilityTraceInfo
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key="SelfService.IncludeSuitabilityTraceInfo" value="false"/> |
Value |
Valid values:
- false: do not include the additional trace information (default)
- true: include the additional trace information. That is, the information is presented as a property of the returned objects.
|
How to modify |
Replace the value as required. |
SelfService.MarkSuitabilityVisible
This key indicates whether the suitability integer of the groups returned through a self-service request is visible in the user interface.
The suitability integer is the total after all of the calculators have been run and is used to rank the groups from which the business owner can select. The group with the highest total (suitability integer) is marked as the "best fit" group.
Table 51: Configuration setting: SelfService.MarkSuitabilityVisible
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key="SelfService.MarkSuitabilityVisible" value="false"/> |
Value |
Valid values:
- false: hide the suitability integer in the user interface (default)
- true: show the suitability integer in the user interface
|
How to modify |
Replace the value as required. |
SelfService.MaximumMethodsCount
This key configures the maximum number of self-service groups to be returned for consideration. It is used by the AccessSelfService internal service that handles self-service requests initiated from the IT Shop.
Table 52: Configuration setting: SelfService.MaximumMetholdsCount
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="SelfService.MaximumMethodsCount" value="5"/> |
Value |
Default: 5 |
How to modify |
Replace the value as required. |
SelfService.SuitabilityThreshold
This key defines the lowest possible suitability index that can be returned by the self-service access request algorithm. Any group whose suitability drops below this threshold will be removed from the list of suitable groups. This key is used by the AccessSelfService internal service that handles self-service requests initiated through the IT Shop.
Table 53: Configuration setting: SelfService.SuitabilityThreshold
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="SelfService.SuitabilityThreshold" value="100"/> |
Value |
Default: 100 |
How to modify |
Replace the value as required. |
Notes |
This setting affects what groups are shown to the business owner. |