CoreConfigSettingIdsAdminAllowedIPs Field

A white list of IP addresses to which administrator sessions will be restricted.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static readonly Guid AdminAllowedIPs

Field Value

Type: Guid
Remarks
The value is a comma-separated list containing any combination of IP addresses and/or IP address ranges. An IP address range may be specified using CIDR notation (e.g. 203.0.113.0/24) or as two addresses separated by a hyphen (e.g. 203.0.113.0-203.0.113.255). If the value is empty, no IP restrictions will be imposed by the application.

The value of this constant is 5e33de2e-1542-4d55-8cf5-47bfb2596e3d.

Data Type: String. Default Value: Empty.
See Also