Class MfaEnrollments

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

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

      • getEffectiveMfaType

        public java.lang.String getEffectiveMfaType()
        Gets the effectiveMfaType. currently effective mfa type i.e. id_based_mfa or account_based_mfa.
        Returns:
        the effectiveMfaType
      • getIdBasedMfa

        public IdBasedMfaEnrollment getIdBasedMfa()
        Gets the idBasedMfa.
        Returns:
        the idBasedMfa
      • getAccountBasedMfa

        public AccountBasedMfaEnrollment getAccountBasedMfa()
        Gets the accountBasedMfa.
        Returns:
        the accountBasedMfa