Interface IdentityPlatformConfigMfa
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IdentityPlatformConfigMfa.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.655Z") @Stability(Stable) public interface IdentityPlatformConfigMfa extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdentityPlatformConfigMfa.BuilderA builder forIdentityPlatformConfigMfastatic classIdentityPlatformConfigMfa.Jsii$ProxyAn implementation forIdentityPlatformConfigMfa
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IdentityPlatformConfigMfa.Builderbuilder()default List<String>getEnabledProviders()A list of usable second factors for this project.default ObjectgetProviderConfigs()provider_configs block.default StringgetState()Whether MultiFactor Authentication has been enabled for this project.
-
-
-
Method Detail
-
getEnabledProviders
@Stability(Stable) @Nullable default List<String> getEnabledProviders()
A list of usable second factors for this project. Possible values: ["PHONE_SMS"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#enabled_providers IdentityPlatformConfig#enabled_providers}
-
getProviderConfigs
@Stability(Stable) @Nullable default Object getProviderConfigs()
provider_configs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#provider_configs IdentityPlatformConfig#provider_configs}
-
getState
@Stability(Stable) @Nullable default String getState()
Whether MultiFactor Authentication has been enabled for this project. Possible values: ["DISABLED", "ENABLED", "MANDATORY"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#state IdentityPlatformConfig#state}
-
builder
@Stability(Stable) static IdentityPlatformConfigMfa.Builder builder()
- Returns:
- a
IdentityPlatformConfigMfa.BuilderofIdentityPlatformConfigMfa
-
-