You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@twhitex Thank you for bringing this to our attention. I apologize for the inconvenience. I've entered an internal issue for tracking and prioritization. OKTA-837259
Describe the bug?
In 9.0,
NetworkZone
no longer contains aGateways
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 theNetworkZone
model that is returned when callingNetworkZoneApi.ListNetworkZones
What is the actual behavior?
Gateways
property does not exist onNetworkZone
.Reproduction Steps?
Update from Okta.Sdk 8.1.5 to Okta.Sdk 9.0 in a project that relies on
NetworkZoneApi.ListNetworkZones
returning aNetworkZone
with theGateways
property.Additional Information?
No response
.NET Version
8.0.403
SDK Version
9.0.0
OS version
No response
The text was updated successfully, but these errors were encountered: