Interface AccountSettingsEffectiveSection.Mfa

  • Enclosing class:
    AccountSettingsEffectiveSection

    public static interface AccountSettingsEffectiveSection.Mfa
    Defines the MFA requirement for the user. Valid values: * NONE - No MFA trait set * NONE_NO_ROPC- No MFA, disable CLI logins with only a password * TOTP - For all non-federated IBMId users * TOTP4ALL - For all users * LEVEL1 - Email-based MFA for all users * LEVEL2 - TOTP-based MFA for all users * LEVEL3 - U2F MFA for all users.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String LEVEL1
      LEVEL1.
      static java.lang.String LEVEL2
      LEVEL2.
      static java.lang.String LEVEL3
      LEVEL3.
      static java.lang.String NONE
      NONE.
      static java.lang.String NONE_NO_ROPC
      NONE_NO_ROPC.
      static java.lang.String TOTP
      TOTP.
      static java.lang.String TOTP4ALL
      TOTP4ALL.