Package com.okta.sdk.resource.model
Class SelfServicePasswordResetActionAllOf
java.lang.Object
com.okta.sdk.resource.model.SelfServicePasswordResetActionAllOf
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:03.723859-06:00[America/Chicago]")
public class SelfServicePasswordResetActionAllOf
extends Object
implements Serializable
Enables or disables users to reset their own password and defines the authenticators and constraints needed to complete the reset
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The type of rule action -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get requirementgetType()
The type of rule actionint
hashCode()
requirement
(SsprRequirement requirement) void
setRequirement
(SsprRequirement requirement) toString()
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_REQUIREMENT
- See Also:
-
-
Constructor Details
-
SelfServicePasswordResetActionAllOf
public SelfServicePasswordResetActionAllOf()
-
-
Method Details