Class GetMfaStatusOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.GetMfaStatusOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetMfaStatusOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getMfaStatus options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetMfaStatusOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountId()Gets the accountId.java.lang.StringiamId()Gets the iamId.GetMfaStatusOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public GetMfaStatusOptions.Builder newBuilder()
New builder.- Returns:
- a GetMfaStatusOptions builder
-
accountId
public java.lang.String accountId()
Gets the accountId. ID of the account.- Returns:
- the accountId
-
iamId
public java.lang.String iamId()
Gets the iamId. iam_id of the user. This user must be the member of the account.- Returns:
- the iamId
-
-