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-01-09T11:36:22.142807-06:00[America/Chicago]")
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
Fields -
Constructor Summary
Constructors -
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