Class AccountBasedMfaEnrollment
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.AccountBasedMfaEnrollment
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AccountBasedMfaEnrollment extends com.ibm.cloud.sdk.core.service.model.GenericModelAccountBasedMfaEnrollment.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MfaEnrollmentTypeStatusgetSecurityQuestions()Gets the securityQuestions.MfaEnrollmentTypeStatusgetTotp()Gets the totp.MfaEnrollmentTypeStatusgetVerisign()Gets the verisign.java.lang.BooleanisComplies()Gets the complies.
-
-
-
Method Detail
-
getSecurityQuestions
public MfaEnrollmentTypeStatus getSecurityQuestions()
Gets the securityQuestions.- Returns:
- the securityQuestions
-
getTotp
public MfaEnrollmentTypeStatus getTotp()
Gets the totp.- Returns:
- the totp
-
getVerisign
public MfaEnrollmentTypeStatus getVerisign()
Gets the verisign.- Returns:
- the verisign
-
isComplies
public java.lang.Boolean isComplies()
Gets the complies. The enrollment complies to the effective requirement.- Returns:
- the complies
-
-