Package com.okta.sdk.resource.model
Class UserImportRequestDataUser
java.lang.Object
com.okta.sdk.resource.model.UserImportRequestDataUser
- 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 UserImportRequestDataUser
extends Object
implements Serializable
Provides information on the Okta user profile currently set to be used for the user who is being imported, based on
the matching rules and attribute mappings that were applied.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The `data.user.profile` contains the name-value pairs of the attributes in the user profile.int
hashCode()
putprofileItem
(String key, String profileItem) void
setProfile
(Map<String, String> profile) toString()
-
Field Details
-
JSON_PROPERTY_PROFILE
- See Also:
-
-
Constructor Details
-
UserImportRequestDataUser
public UserImportRequestDataUser()
-
-
Method Details
-
profile
-
putprofileItem
-
getProfile
The `data.user.profile` contains the name-value pairs of the attributes in the user profile. If the user has been matched to an existing Okta user, a `data.user.id` object is included, containing the unique identifier of the Okta user profile. You can change the values of the attributes by means of the `commands` object you return.- Returns:
- profile
-
setProfile
-
equals
-
hashCode
public int hashCode() -
toString
-