Package com.okta.sdk.resource.model
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-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Specifies the default and custom profile properties for a user.int
hashCode()
putprofileItem
(String key, Object profileItem) void
setProfile
(Map<String, Object> profile) toString()
-
Field Details
-
JSON_PROPERTY_PROFILE
- See Also:
-
-
Constructor Details
-
AppUserProfileRequestPayload
public AppUserProfileRequestPayload()
-
-
Method Details
-
profile
-
putprofileItem
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-