CollectPoi.IgnoreChangedResourceSynchronization
This key checks the configuration settings to see whether the changed resource synchronization should be ignored. This key is used by the InfrastructureManagement internal service that handles general infrastructure management, including contacting the agent to retrieve points of interest (POI) information on governed resources.
Table 22: Configuration setting: CollectPoi.IgnoreChangeResourcesSynchronization
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="CollectPoi.IgnoreChangedResourceSynchronization" value="false"/> |
Value |
Valid values:
- false: do not ignore the changed resource synchronization (default)
- true: ignore the changed resource synchronization
|
How to modify |
Replace the value as required. |
CollectPoi.IncludeDeviations
This key determines whether to collect information for objects whose security deviates from their parent's. This key is used by the InfrastructureManagement internal service that handles general infrastructure management, including contacting the agent to retrieve points of interest (POI) information on governed resources.
Table 23: Configuration setting: CollectPoi.IncludeDeviations
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="CollectPoi.IncludeDeviations" value="false"/> |
Value |
Valid values:
- false: do not include deviations in POI collection (default)
- true: include deviations in POI collection
|
How to modify |
Replace the value as required. |
CollectPoi.MaxConcurrentQueries
This key defines the maximum number of simultaneous queries that can be performed. This key is used by the InfrastructureManagement internal service that handles general infrastructure management, including contacting the agent to retrieve points of interest (POI) information on governed resources.
Table 24: Configuration setting: CollectPoi.MaxConcurrentQueries
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="CollectPoi.MaxConcurrentQueries" value="5"/> |
Value |
Default: 5 queries |
How to modify |
Replace the value as required. |
CollectPoi.OverdueThresholdInMinutes
This key defines the amount of time (in minutes) before a resource is considered to be overdue for point of interest (POI) collection and a POI collection is initiated. This key is used by the InfrastructureManagement internal service that handles general infrastructure management, including contacting the agent to retrieve POI information on governed resources.
Table 25: Configuration setting: CollectPoi.OverdueThresholdInMinutes
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="CollectPoi.OverdueThresholdInMinutes" value="1440"/> |
Value |
Default: 1440 minutes (one day) |
How to modify |
Replace the value as required. |