Okta.Sdk.Model.IPNetworkZone
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Created | DateTimeOffset | Timestamp when the object was created | [optional] [readonly] |
| Id | string | Unique identifier for the Network Zone | [optional] [readonly] |
| LastUpdated | DateTimeOffset | Timestamp when the object was last modified | [optional] [readonly] |
| Name | string | Unique name for this Network Zone | |
| Status | NetworkZoneStatus | [optional] | |
| System | bool | Indicates a system Network Zone: * `true` for system Network Zones * `false` for custom Network Zones The Okta org provides the following default system Network Zones: * `LegacyIpZone` * `BlockedIpZone` * `DefaultEnhancedDynamicZone` * `DefaultExemptIpZone` Admins can modify the name of the default system Network Zone and add up to 5000 gateway or proxy IP entries. | [optional] [readonly] |
| Type | NetworkZoneType | ||
| Usage | NetworkZoneUsage | [optional] | |
| Links | LinksSelfAndLifecycle | [optional] | |
| UseAsExemptList | bool | You can only use this parameter when making a request to the Replace the network zone endpoint (`/api/v1/zones/{zoneId}`). Set this parameter to `true` in your request when you update the `DefaultExemptIpZone` to allow IPs through the blocklist. | [optional] |
| Gateways | List<NetworkZoneAddress> | The IP addresses (range or CIDR form) for an IP Network Zone. The maximum array length is 150 entries for admin-created IP zones, 1000 entries for IP blocklist zones, and 5000 entries for the default system IP Zone. | [optional] |
| Proxies | List<NetworkZoneAddress> | The IP addresses (range or CIDR form) that are allowed to forward a request from gateway addresses for an IP Network Zone. These proxies are automatically trusted by Threat Insights and used to identify the client IP of a request. The maximum array length is 150 entries for admin-created zones and 5000 entries for the default system IP Zone. | [optional] |