Okta.Sdk v5.0.0
laura-rodriguez
released this
25 Mar 14:58
·
102 commits
to master
since this release
Features
- Regenerated code using the open API spec v2.3.0.
- Added new models and operations to support all the UserSchema API's endpoints.
New models:
- UserSchema
- UserSchemaAttribute
- UserSchemaAttributeMaster
- UserSchemaAttributePermission
- UserSchemaBase
- UserSchemaBaseProperties
- UserSchemaDefinitions
- UserSchemaPublic
- UserSchemasClient
Breaking changes
- Change in default behavior when serializing resources (JSON objects). Previously, null resource properties would result in a resource object with all its properties set to
null
. Now, null resource properties would result innull
property value. Check out the changelog for more details.