Class CreateReportOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.CreateReportOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateReportOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createReport options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateReportOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountId()Gets the accountId.java.lang.Stringduration()Gets the duration.CreateReportOptions.BuildernewBuilder()New builder.java.lang.Stringtype()Gets the type.
-
-
-
Method Detail
-
newBuilder
public CreateReportOptions.Builder newBuilder()
New builder.- Returns:
- a CreateReportOptions builder
-
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
-
-