Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1003 Bytes

File metadata and controls

13 lines (9 loc) · 1003 Bytes

Okta.Sdk.Model.OpenIdConnectApplicationNetwork

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

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 &quot;ALL_IP_ZONES&quot; 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 &quot;ALL_IP_ZONES&quot; or an array of zone IDs. [optional]

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