Class GetMfaReportOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.GetMfaReportOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetMfaReportOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getMfaReport options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetMfaReportOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountId()Gets the accountId.GetMfaReportOptions.BuildernewBuilder()New builder.java.lang.Stringreference()Gets the reference.
-
-
-
Method Detail
-
newBuilder
public GetMfaReportOptions.Builder newBuilder()
New builder.- Returns:
- a GetMfaReportOptions builder
-
accountId
public java.lang.String accountId()
Gets the accountId. ID of the account.- Returns:
- the accountId
-
reference
public java.lang.String reference()
Gets the reference. Reference for the report to be generated, You can use 'latest' to get the latest report for the given account.- Returns:
- the reference
-
-