Okta.Sdk.Model.IPNetworkZone

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
CreatedDateTimeOffsetTimestamp when the object was created[optional] [readonly]
IdstringUnique identifier for the Network Zone[optional] [readonly]
LastUpdatedDateTimeOffsetTimestamp when the object was last modified[optional] [readonly]
NamestringUnique name for this Network Zone
StatusNetworkZoneStatus[optional]
SystemboolIndicates 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]
TypeNetworkZoneType
UsageNetworkZoneUsage[optional]
LinksLinksSelfAndLifecycle[optional]
UseAsExemptListboolYou 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]
GatewaysList<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]
ProxiesList<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]

[Back to Model list] [Back to API list] [Back to README]