-
Notifications
You must be signed in to change notification settings - Fork 105
Closed
Labels
Description
Describe the bug?
In 9.0, NetworkZone no longer contains a Gateways property, where in prior releases it contained it. The spec for listing network zones has it: https://developer.okta.com/docs/api/openapi/okta-management/management/tag/NetworkZone/#tag/NetworkZone/operation/listNetworkZones.
This seems to be an undocumented change.
What is expected to happen?
Gateways is a property in the NetworkZone model that is returned when calling NetworkZoneApi.ListNetworkZones
What is the actual behavior?
Gateways property does not exist on NetworkZone.
Reproduction Steps?
Update from Okta.Sdk 8.1.5 to Okta.Sdk 9.0 in a project that relies on NetworkZoneApi.ListNetworkZones returning a NetworkZone with the Gateways property.
Additional Information?
No response
.NET Version
8.0.403
SDK Version
9.0.0
OS version
No response
waynebrantley