Class AppUserProfileRequestPayload

java.lang.Object
com.okta.sdk.resource.model.AppUserProfileRequestPayload
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-03T19:34:39.101116704Z[Etc/UTC]", comments="Generator version: 7.7.0") public class AppUserProfileRequestPayload extends Object implements Serializable
Updates the assigned user profile > **Note:** The Okta API currently doesn't support entity tags for conditional updates. As long as you're the only user updating the the user profile, Okta recommends you fetch the most recent profile with [Retrieve an Application User](/openapi/okta-management/management/tag/ApplicationUsers/#tag/ApplicationUsers/operation/getApplicationUser), apply your profile update, and then `POST` back the updated profile.
See Also:
  • Field Details

  • Constructor Details

    • AppUserProfileRequestPayload

      public AppUserProfileRequestPayload()
  • Method Details

    • profile

      public AppUserProfileRequestPayload profile(Map<String,Object> profile)
    • putprofileItem

      public AppUserProfileRequestPayload putprofileItem(String key, Object profileItem)
    • getProfile

      @Nullable public Map<String,Object> getProfile()
      Specifies the default and custom profile properties for a user. Properties that are visible in the Admin Console for an app assignment can also be assigned through the API. Some properties are reference properties that are imported from the target app and can't be configured. See [profile](/openapi/okta-management/management/tag/User/#tag/User/operation/getUser!c=200&path=profile&t=response).
      Returns:
      profile
    • setProfile

      public void setProfile(Map<String,Object> profile)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object