Class DesktopMFARecoveryPinOrgSetting

java.lang.Object
com.okta.sdk.resource.model.DesktopMFARecoveryPinOrgSetting
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-01-10T13:13:30.124931-06:00[America/Chicago]", comments="Generator version: 7.8.0") public class DesktopMFARecoveryPinOrgSetting extends Object implements Serializable
DesktopMFARecoveryPinOrgSetting
See Also:
  • Field Details Link icon

    • JSON_PROPERTY_DESKTOP_M_F_A_RECOVERY_PIN_ENABLED Link icon

      public static final String JSON_PROPERTY_DESKTOP_M_F_A_RECOVERY_PIN_ENABLED
      See Also:
  • Constructor Details Link icon

    • DesktopMFARecoveryPinOrgSetting Link icon

      public DesktopMFARecoveryPinOrgSetting()
  • Method Details Link icon

    • desktopMFARecoveryPinEnabled Link icon

      public DesktopMFARecoveryPinOrgSetting desktopMFARecoveryPinEnabled(Boolean desktopMFARecoveryPinEnabled)
    • getDesktopMFARecoveryPinEnabled Link icon

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

      public void setDesktopMFARecoveryPinEnabled(Boolean desktopMFARecoveryPinEnabled)
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object