Class MfaEnrollments
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.MfaEnrollments
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class MfaEnrollments extends com.ibm.cloud.sdk.core.service.model.GenericModelMfaEnrollments.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountBasedMfaEnrollmentgetAccountBasedMfa()Gets the accountBasedMfa.java.lang.StringgetEffectiveMfaType()Gets the effectiveMfaType.IdBasedMfaEnrollmentgetIdBasedMfa()Gets the idBasedMfa.
-
-
-
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
-
-