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 Details

  • Constructor Details

    • UserImportRequestDataAppUser

      public UserImportRequestDataAppUser()
  • Method Details

    • profile

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

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

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

      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