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-23T16:19:57.008753975Z[Etc/UTC]", comments="Generator version: 7.8.0") public class UserImportRequestDataAppUser extends Object implements Serializable
The app user profile being imported
See Also:
  • Field Details Link icon

  • Constructor Details Link icon

    • UserImportRequestDataAppUser Link icon

      public UserImportRequestDataAppUser()
  • Method Details Link icon

    • profile Link icon

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

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

      @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 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