Class PasswordPolicyDelegationSettingsOptions

java.lang.Object
com.okta.sdk.resource.model.PasswordPolicyDelegationSettingsOptions
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 PasswordPolicyDelegationSettingsOptions extends Object implements Serializable
PasswordPolicyDelegationSettingsOptions
See Also:
  • Field Details

  • Constructor Details

    • PasswordPolicyDelegationSettingsOptions

      public PasswordPolicyDelegationSettingsOptions()
  • Method Details

    • skipUnlock

      public PasswordPolicyDelegationSettingsOptions skipUnlock(Boolean skipUnlock)
    • getSkipUnlock

      @Nullable public Boolean getSkipUnlock()
      Indicates if, when performing an unlock operation on an Active Directory sourced User who is locked out of Okta, the system should also attempt to unlock the User's Windows account
      Returns:
      skipUnlock
    • setSkipUnlock

      public void setSkipUnlock(Boolean skipUnlock)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object