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

NameTypeDescriptionNotes
ConnectionPolicyNetworkConnection[optional]
ExcludeList<string>The zones to exclude. Required only if connection data type is `ZONE`[optional]
IncludeList<string>The zones to include. Required only if connection data type is `ZONE`[optional]

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