SelfService.EnableSelfServiceRequest
This key is used to enable the self-service requests functionality.
Table 50: Configuration setting: SelfService.EnableSelfServiceRequest
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key="SelfService.EnableSelfServiceRequest" value="true"/> |
Value |
Valid values:
- false: disable self-service requests
- true: enable self-service requests (default)
|
How to modify |
Replace the value as required. |
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 51: 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 52: 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 53: 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. |