Okta.Sdk.Model.OpenIdConnectApplicationNetwork

October 22, 2025 ยท View on GitHub

<x-lifecycle class="ea">The network restrictions of the client

Properties

NameTypeDescriptionNotes
ConnectionstringThe connection type of the network. Can be `ANYWHERE` or `ZONE`.
ExcludeList<string>If `ZONE` is specified as a connection, then specify the excluded IP network zones here. Value can be &quot;ALL_IP_ZONES&quot; or an array of zone IDs.[optional]
IncludeList<string>If `ZONE` is specified as a connection, then specify the included IP network zones here. Value can be &quot;ALL_IP_ZONES&quot; or an array of zone IDs.[optional]

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