-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Hello Team,
As part of the https://help.okta.com/oie/en-us/content/topics/releasenotes/preview-oie.htm release OKTA introduced a Default Enhanced Dynamic Zone, which is updating the exiting bean format for both locations and asns. It seems these are not added in the latest SDK release, when we can expect them in the NetworkZone?
https://developer.okta.com/okta-sdk-java/apidocs/com/okta/sdk/resource/model/NetworkZone.html
Existing Format:
"locations": [
{
"country": "",
"region": null
},
{
"country": "",
"region": null
}
],
"asns" :[
""
]
With DefaultEnhancedDynamicZone:
"locations":
{
"exclude": [],
"include": []
}
"asns": {
"include": [],
"exclude": []
}
Thank you for looking into it.
Reactions are currently unavailable