Skip to content

2024.07.1: Enhanced dynamic zone update #494

@mannesrikanth

Description

@mannesrikanth

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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions