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-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class ProfileSettingObject
extends Object
implements Serializable
This setting determines whether a user in the app gets updated when they're updated in Okta. If enabled, Okta
updates a user's attributes in the app when the app is assigned. Future changes made to the Okta user's
profile automatically overwrite the corresponding attribute value in the app.
- 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