RemoteHostForCloudOnlyImplementation
This configuration setting is used to provide an ability to specify and load a single Windows Server computer from Active Directory in the Managed host view in Manager application for deploying an agent for managing only cloud hosts. This key specifies the DNS host name of the Windows Server to be used for deploying the remote agent for cloud hosts. This key is only applicable for Windows Servers and not any other type of hosts.
Table 46: Configuration setting: RemoteHostForCloudOnlyImplementation
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="RemoteHostForCloudHostOnlyImplementation" value=""/> |
Value |
Valid values:
-
<empty>: All hosts are loaded in the Managed host view (default)
-
<DNS Host name of Windows Server>: The Windows Server whose DNS host name is specified is loaded in the Managed host view. Other Windows Servers aren’t loaded. |
How to modify |
Replace the value as required. |
RestServicePort
This key sets the communication port for HTTP protocol and REST services. This port is used for communications with PowerShell and One Identity Manager clients and web server.
Table 47: Configuration setting: RestServiePort
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="RestServicePort" value="8723"/> |
Value |
Default: 8723 |
How to modify |
Replace the value as required. |
SelfService.AllowNonPublishedGroups
This setting defines whether groups that are not published to the IT Shop are to be displayed in the list of groups presented in the web portal for a self-service resource access request.
Table 48: Configuration setting: SelfService.AllowNonPublishedGroups
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key="SelfService.AllowNonPublishedGroups" value="false"/> |
Value |
Valid values:
- false: do not include non-published groups in list (default)
- true: include non-published groups in list
|
How to modify |
Replace the value as required. |
Notes |
This setting affects what groups are shown to the business owner. |
SelfService.AllowUnsychronizedGroups
This setting defines whether groups that are not synchronized by One Identity Manager are to be displayed in the list of groups presented in the web portal for a self-service resource access request.
Table 49: Configuration setting: SelfService.AllowUnsychronizedGroups
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key="SelfService.AllowUnsychronizedGroups" value="false"/> |
Value |
Valid values:
- false: do not include unsychronized groups in list (default)
- true: include unsychronized groups in list
|
How to modify |
Replace the value as required. |
Notes |
This setting affects what groups are shown to the business owner. |