-
Notifications
You must be signed in to change notification settings - Fork 136
Create group with additional / custom properties #1582
Description
Describe the bug?
In the sdk version 18, one could create and update a groups additional properties by adding them to the com.okta.sdk.resource.model.GroupProfile.additionalProperties().
Now in version 19/20 of the sdk the com.okta.sdk.resource.model.GroupProfile has been replaced by the com.okta.sdk.resource.model.OktaUserGroupProfile which does not contain additionalProperties.
How are we supposed to create and update groups now that need additionalProperties set?
What is expected to happen?
I expect a way to create and update a group with additional properties via the okta sdk.
What is the actual behavior?
I can't find a way to set the additional properties on the AddGroupRequest or the OktaUserGroupProfile.
Reproduction Steps?
Install okta sdk java in version 19 or 20
Additional Information?
No response
Java Version
openjdk version "21.0.5" 2024-10-15 LTS
OpenJDK Runtime Environment Temurin-21.0.5+11 (build 21.0.5+11-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.5+11 (build 21.0.5+11-LTS, mixed mode, sharing)
SDK Version
19 / 20
OS version
No response