Class CreateMfaReportOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.CreateMfaReportOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateMfaReportOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createMfaReport options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateMfaReportOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountId()Gets the accountId.CreateMfaReportOptions.BuildernewBuilder()New builder.java.lang.Stringtype()Gets the type.
-
-
-
Method Detail
-
newBuilder
public CreateMfaReportOptions.Builder newBuilder()
New builder.- Returns:
- a CreateMfaReportOptions 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 'mfa_status'. List MFA enrollment status for all the identities.- Returns:
- the type
-
-