cloudGroupResolutionInSeconds
Use this configuration setting to change the number of seconds between scans of cloud groups.
Table 67: Agent configuration setting: cloudGroupResolutionInSeconds
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Agent Services\DataGovernance.Agent.exe.config |
Section name |
<Section name="Agent">
<Section name="Services">
<Section name="localGroup"> |
Setting |
<Setting name ="cloudGroupResolutionInSeconds" type= "dword"> |
Value |
Default: 86400 seconds (which is once a day) |
How to modify |
Replace value as required. |
cloudScanThreadMax
Use this configuration setting to set the maximum number of concurrent scan threads to be used when scanning a cloud managed host.
Table 68: Agent configuration setting: cloudScanThreadMax
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Agent Services\DataGovernance.Agent.exe.config |
Section name |
<Section name="Agent">
<Section name="Services">
<Section name="communication">
|
Setting |
<Setting name ="cloudScanThreadMax" type="dword"> |
Value |
Default: 4 |
How to modify |
Replace value as required. |
Notes |
If the scanner is throttling, reduce to 1 or 2 threads. A reasonable maximum is 16. |
indexingEnabled (localGroup scanning)
This setting determines whether localGroup scanning is enabled. By default, the server sets this to 1 indicating that localGroup scanning is enabled.
NOTE: This just controls the synchronization. The local groups are always scanned because the data is required for access calculations.
Table 69: Agent configuration setting: indexingEnabled
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Agent Services\DataGovernance.Agent.exe.config |
Section name |
<Section name="Agent">
<Section name="Services">
<Section name="localGroup">
|
Setting |
<Setting name ="indexingEnabled" type="dword"> |
Value |
Valid values:
- 0: disable localGroup scanning
- 1: enable localGroup scanning (default)
|
How to modify |
Replace value as required. |
indexingEnabled (local user rights scanning)
This setting determines whether local user rights scanning is enabled. By default, the server sets this to 1 indicating that local user rights scanning is enabled.
Table 70: Agent configuration setting: indexingEnabled
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Agent Services\DataGovernance.Agent.exe.config |
Section name |
<Section name="Agent">
<Section name="Services">
<Section name="localUserRights">
|
Setting |
<Setting name ="indexingEnabled" type="dword"> |
Value |
Valid values:
- 0: disable localUserRights scanning
- 1: enable localUserRights scanning (default)
|
How to modify |
Replace value as required. |