Package com.okta.sdk.resource.model
Class ProfileSettingObject
java.lang.Object
com.okta.sdk.resource.model.ProfileSettingObject
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class ProfileSettingObject
extends Object
implements Serializable
This setting determines whether a user in the application gets updated when they're updated in Okta. If enabled, Okta updates a user's attributes in the application when the application is assigned. Future changes made to the Okta user's profile automatically overwrite the corresponding attribute value in the application.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get statusint
hashCode()
void
setStatus
(EnabledStatus status) status
(EnabledStatus status) toString()
-
Field Details
-
JSON_PROPERTY_STATUS
- See Also:
-
-
Constructor Details
-
ProfileSettingObject
public ProfileSettingObject()
-
-
Method Details