Okta.Sdk.Model.PolicyNetworkCondition
October 22, 2025 ยท View on GitHub
Specifies a network selection mode and a set of network zones to be included or excluded. If the connection parameter's data type is ZONE, one of the include or exclude arrays is required. Specific zone IDs to include or exclude are enumerated in the respective arrays.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Connection | PolicyNetworkConnection | [optional] | |
| Exclude | List<string> | The zones to exclude. Required only if connection data type is `ZONE` | [optional] |
| Include | List<string> | The zones to include. Required only if connection data type is `ZONE` | [optional] |