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 Details Link icon

  • Constructor Details Link icon

    • UserImportRequestDataUser Link icon

      public UserImportRequestDataUser()
  • Method Details Link icon

    • profile Link icon

      public UserImportRequestDataUser profile(Map<String,String> profile)
    • putprofileItem Link icon

      public UserImportRequestDataUser putprofileItem(String key, String profileItem)
    • getProfile Link icon

      @Nullable public Map<String,String> 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 Link icon

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

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

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

      public String toString()
      Overrides:
      toString in class Object