Package com.okta.sdk.resource.model
Class UserImportRequestDataAppUser
java.lang.Object
com.okta.sdk.resource.model.UserImportRequestDataAppUser
- 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 UserImportRequestDataAppUser
extends Object
implements Serializable
The app user profile being imported
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Provides the name-value pairs of the attributes contained in the app user profile of the user who is being imported.int
hashCode()
putprofileItem
(String key, String profileItem) void
setProfile
(Map<String, String> profile) toString()
-
Field Details
-
JSON_PROPERTY_PROFILE
- See Also:
-
-
Constructor Details
-
UserImportRequestDataAppUser
public UserImportRequestDataAppUser()
-
-
Method Details
-
profile
-
putprofileItem
-
getProfile
Provides the name-value pairs of the attributes contained in the app user profile of the user who is being imported. You can change the values of attributes in the user's app profile by means of the `commands` object you return. If you change attributes in the app profile, they then flow through to the Okta user profile, based on matching and mapping rules.- Returns:
- profile
-
setProfile
-
equals
-
hashCode
public int hashCode() -
toString
-