Class EffectiveAccountSettingsUserMFA

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

    public class EffectiveAccountSettingsUserMFA
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    EffectiveAccountSettingsUserMFA.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Gets the description.
      java.lang.String getEmail()
      Gets the email.
      java.lang.String getIamId()
      Gets the iamId.
      java.lang.String getMfa()
      Gets the mfa.
      java.lang.String getName()
      Gets the name.
      java.lang.String getUserName()
      Gets the userName.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getIamId

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

        public java.lang.String getMfa()
        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
      • getName

        public java.lang.String getName()
        Gets the name. name of the user account.
        Returns:
        the name
      • getUserName

        public java.lang.String getUserName()
        Gets the userName. userName of the user.
        Returns:
        the userName
      • getEmail

        public java.lang.String getEmail()
        Gets the email. email of the user.
        Returns:
        the email
      • getDescription

        public java.lang.String getDescription()
        Gets the description. optional description.
        Returns:
        the description