Class GetEffectiveAccountSettingsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.GetEffectiveAccountSettingsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetEffectiveAccountSettingsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getEffectiveAccountSettings options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetEffectiveAccountSettingsOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountId()Gets the accountId.java.lang.BooleanincludeHistory()Gets the includeHistory.GetEffectiveAccountSettingsOptions.BuildernewBuilder()New builder.java.lang.BooleanresolveUserMfa()Gets the resolveUserMfa.
-
-
-
Method Detail
-
newBuilder
public GetEffectiveAccountSettingsOptions.Builder newBuilder()
New builder.- Returns:
- a GetEffectiveAccountSettingsOptions builder
-
accountId
public java.lang.String accountId()
Gets the accountId. Unique ID of the account.- Returns:
- the accountId
-
includeHistory
public java.lang.Boolean includeHistory()
Gets the includeHistory. Defines if the entity history is included in the response.- Returns:
- the includeHistory
-
resolveUserMfa
public java.lang.Boolean resolveUserMfa()
Gets the resolveUserMfa. Enrich MFA exemptions with user information.- Returns:
- the resolveUserMfa
-
-