Class ReportMfaEnrollmentStatus
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.ReportMfaEnrollmentStatus
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ReportMfaEnrollmentStatus extends com.ibm.cloud.sdk.core.service.model.GenericModelReportMfaEnrollmentStatus.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAccountId()Gets the accountId.java.lang.StringgetCreatedBy()Gets the createdBy.java.lang.StringgetImsAccountId()Gets the imsAccountId.java.lang.StringgetReference()Gets the reference.java.lang.StringgetReportTime()Gets the reportTime.java.util.List<UserReportMfaEnrollmentStatus>getUsers()Gets the users.
-
-
-
Method Detail
-
getCreatedBy
public java.lang.String getCreatedBy()
Gets the createdBy. IAMid of the user who triggered the report.- Returns:
- the createdBy
-
getReference
public java.lang.String getReference()
Gets the reference. Unique reference used to generate the report.- Returns:
- the reference
-
getReportTime
public java.lang.String getReportTime()
Gets the reportTime. Date time at which report is generated. Date is in ISO format.- Returns:
- the reportTime
-
getAccountId
public java.lang.String getAccountId()
Gets the accountId. BSS account id of the user who triggered the report.- Returns:
- the accountId
-
getImsAccountId
public java.lang.String getImsAccountId()
Gets the imsAccountId. IMS account id of the user who triggered the report.- Returns:
- the imsAccountId
-
getUsers
public java.util.List<UserReportMfaEnrollmentStatus> getUsers()
Gets the users. List of users.- Returns:
- the users
-
-