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 54: 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. |
SuggestedAgentCap
This key specifies the suggested maximum number of agent instances on a given computer.
Table 55: Configuration setting: SuggestedAgentCap
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="SuggestedAgentCap" value="20"/> |
Value |
Default: 20 agent instances |
How to modify |
Replace the value as required. |
Notes |
This is NOT a hard cap, just a suggestion. |
SyncDomainPasswordInterval
This key defines the frequency (in seconds) at which the managed domain and security information cache is refreshed. This key is used by the GroupResolutionService internal service that maintains a cache of known managed domains and security information used for a variety of services.
Table 56: Configuration setting: SyncDomainPasswordInterval
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="SyncDomainPasswordInterval" value="60"/> |
Value |
Default: 60 seconds |
How to modify |
Replace the value as required. |
VerboseHostForTrusteeLogging
This key indicates whether to log the complete Alias table for a given query. This key is used for debugging purposes.
Table 57: Configuration setting: VerboseHostForTrusteeLogging
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key="VerboseHostForTrusteeLogging" value="false"/> |
Value |
Valid values:
- false: do not enable verbose logging (default)
- true: enable verbose logging
|
How to modify |
Change the value to "true" to enable verbose logging. |
Notes |
This setting should not be turned on for more time than is necessary to diagnose any issues encountered. |