Class CreateReportOptions

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

    public class CreateReportOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The createReport options.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String accountId()
      Gets the accountId.
      java.lang.String duration()
      Gets the duration.
      CreateReportOptions.Builder newBuilder()
      New builder.
      java.lang.String type()
      Gets the type.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • accountId

        public java.lang.String accountId()
        Gets the accountId. ID of the account.
        Returns:
        the accountId
      • type

        public java.lang.String type()
        Gets the type. Optional report type. The supported value is 'inactive'. List all identities that have not authenticated within the time indicated by duration.
        Returns:
        the type
      • duration

        public java.lang.String duration()
        Gets the duration. Optional duration of the report. The supported unit of duration is hours.
        Returns:
        the duration