Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions src/swagger/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51313,7 +51313,6 @@ components:
description: <div class="x-lifecycle-container"><x-lifecycle class="ea"></x-lifecycle></div>The list of ASNs associated with an Enhanced Dynamic Network Zone
properties:
include:
allOf:
- $ref: '#/components/schemas/NetworkZoneAsns'
- description: An array of ASNs to include for an Enhanced Dynamic Network Zone
locations:
Expand All @@ -51325,13 +51324,9 @@ components:
description: <div class="x-lifecycle-container"><x-lifecycle class="ea"></x-lifecycle></div>The list of geolocations to include or exclude for an Enhanced Dynamic Network Zone
properties:
include:
allOf:
- $ref: '#/components/schemas/NetworkZoneLocationArray'
- description: An array of geolocations to include for an Enhanced Dynamic Network Zone
exclude:
allOf:
- $ref: '#/components/schemas/NetworkZoneLocationArray'
- description: An array of geolocations to exclude for an Enhanced Dynamic Network Zone
ipServiceCategories:
x-okta-lifecycle:
lifecycle: EA
Expand Down Expand Up @@ -55129,6 +55124,7 @@ components:
IP: '#/components/schemas/IPNetworkZone'
DYNAMIC: '#/components/schemas/DynamicNetworkZone'
DYNAMIC_V2: '#/components/schemas/EnhancedDynamicNetworkZone'
UNKNOWN: '#/components/schemas/NetworkZone'
NetworkZoneAddress:
description: Specifies the value of an IP address expressed using either `range` or `CIDR` form.
type: object
Expand Down Expand Up @@ -55185,6 +55181,7 @@ components:
- DYNAMIC
- IP
- DYNAMIC_V2
- UNKNOWN
NetworkZoneUsage:
description: The usage of the Network Zone
type: string
Expand Down