Class DesktopMFARecoveryPinOrgSetting

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

    • JSON_PROPERTY_DESKTOP_M_F_A_RECOVERY_PIN_ENABLED

      public static final String JSON_PROPERTY_DESKTOP_M_F_A_RECOVERY_PIN_ENABLED
      See Also:
  • Constructor Details

    • DesktopMFARecoveryPinOrgSetting

      public DesktopMFARecoveryPinOrgSetting()
  • Method Details

    • desktopMFARecoveryPinEnabled

      public DesktopMFARecoveryPinOrgSetting desktopMFARecoveryPinEnabled(Boolean desktopMFARecoveryPinEnabled)
    • getDesktopMFARecoveryPinEnabled

      @Nullable public Boolean getDesktopMFARecoveryPinEnabled()
      Indicates whether or not the Desktop MFA Recovery PIN feature is enabled
      Returns:
      desktopMFARecoveryPinEnabled
    • setDesktopMFARecoveryPinEnabled

      public void setDesktopMFARecoveryPinEnabled(Boolean desktopMFARecoveryPinEnabled)
    • 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