Class Report
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.Report
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Report extends com.ibm.cloud.sdk.core.service.model.GenericModelReport.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ApikeyActivity>getApikeys()Gets the apikeys.java.lang.StringgetCreatedBy()Gets the createdBy.java.util.List<EntityActivity>getProfiles()Gets the profiles.java.lang.StringgetReference()Gets the reference.java.lang.StringgetReportDuration()Gets the reportDuration.java.lang.StringgetReportEndTime()Gets the reportEndTime.java.lang.StringgetReportStartTime()Gets the reportStartTime.java.util.List<EntityActivity>getServiceids()Gets the serviceids.java.util.List<UserActivity>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
-
getReportDuration
public java.lang.String getReportDuration()
Gets the reportDuration. Duration in hours for which the report is generated.- Returns:
- the reportDuration
-
getReportStartTime
public java.lang.String getReportStartTime()
Gets the reportStartTime. Start time of the report.- Returns:
- the reportStartTime
-
getReportEndTime
public java.lang.String getReportEndTime()
Gets the reportEndTime. End time of the report.- Returns:
- the reportEndTime
-
getUsers
public java.util.List<UserActivity> getUsers()
Gets the users. List of users.- Returns:
- the users
-
getApikeys
public java.util.List<ApikeyActivity> getApikeys()
Gets the apikeys. List of apikeys.- Returns:
- the apikeys
-
getServiceids
public java.util.List<EntityActivity> getServiceids()
Gets the serviceids. List of serviceids.- Returns:
- the serviceids
-
getProfiles
public java.util.List<EntityActivity> getProfiles()
Gets the profiles. List of profiles.- Returns:
- the profiles
-
-