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

  • Constructor Details

    • UserImportRequestDataUser

      public UserImportRequestDataUser()
  • Method Details

    • profile

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

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

      @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

      public void setProfile(Map<String,String> 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