Class AccountSettingsUserMFA

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class AccountSettingsUserMFA
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    AccountSettingsUserMFA.
    • Method Detail

      • iamId

        public java.lang.String iamId()
        Gets the iamId. The iam_id of the user.
        Returns:
        the iamId
      • mfa

        public java.lang.String mfa()
        Gets the 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.
        Returns:
        the mfa