PerceivedOwnershipByResourceActivity
This key specifies the primary source for calculating perceived ownership: Resource activity history or security information.
Table 38: Configuration setting: PerceivedOwnershipByResourceActivity
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="PerceivedOwnershipByResourceActivity" value="true"/> |
Value |
Valid values:
- false: Use security information
- true: Use resource activity history (default)
|
How to modify |
Replace the value as required. |
PerceivedOwnershipByResourceOwner
This key indicates whether the access control list owner within the target system should be considered as a perceived owner suggestion.
Table 39: Configuration setting: PerceivedOwnershipByResourceOwner
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="PerceivedOwnershipByResourceOwner" value="false"/> |
Value |
Valid values:
- false: Do not use access control list owner when calculating perceived owner (default).
- true: Use access control list owner when calculating perceived owner.
|
How to modify |
Replace the value as required. |
PerceivedOwnershipCalcUpdatesRefreshIntervalMinutes
This key defines the frequency (in minutes) at which the perceived owner information (resource activity) for resources is updated in the One Identity Manager dashboards. This key is used by the ResourceActivityInternalServices task that updates the perceived owner and points of interest (POI) for governed resources.
Table 40: Configuration setting: PerceivedOwnershipCalcUpdatesRefreshIntervalMinutes
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="PerceivedOwnershipCalcUpdatesRefreshIntervalMinutes" value="1440"/> |
Value |
Default: 1440 minutes (one day) |
How to modify |
Replace the value as required. |
PerceivedOwnershipMaxReturnValue
This key defines the maximum number of perceived ownership suggestions to be returned when using the perceived owner calculation feature in Data Governance Edition.
Table 41: Configuration setting: PerceivedOwnershipMaxReturnValue
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="PerceivedOwnershipMaxReturnValue" value="5"/> |
Value |
Default: 5 perceived owners |
How to modify |
Replace the value as required. |