CoreConfigSettingIdsAlwaysAllowedIPs Field |
A white list of IP addresses from which logons (including administrator logons) are always allowed.
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 AlwaysAllowedIPs
Public Shared ReadOnly AlwaysAllowedIPs As Guid
public:
static initonly Guid AlwaysAllowedIPs
static val AlwaysAllowedIPs: Guid
Field Value
Type:
GuidRemarks
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) or as two addresses separated by
a hyphen (e.g. 203.0.113.0-203.0.113.255).
The value of this constant is 01795659-1510-44d3-ad15-64b160f83dbb.
Data Type:
String.
Default Value:
Empty.
See Also