Okta.Sdk.Model.OpenIdConnectApplicationNetwork
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Connection | string | The connection type of the network. Can be `ANYWHERE` or `ZONE`. | |
| Exclude | List<string> | If `ZONE` is specified as a connection, then specify the excluded IP network zones here. Value can be "ALL_IP_ZONES" or an array of zone IDs. | [optional] |
| Include | List<string> | If `ZONE` is specified as a connection, then specify the included IP network zones here. Value can be "ALL_IP_ZONES" or an array of zone IDs. | [optional] |