Uses of Class
com.hashicorp.cdktf.providers.google.identity_platform_config.IdentityPlatformConfigMfa.Builder
-
Packages that use IdentityPlatformConfigMfa.Builder Package Description com.hashicorp.cdktf.providers.google.identity_platform_config google_identity_platform_config -
-
Uses of IdentityPlatformConfigMfa.Builder in com.hashicorp.cdktf.providers.google.identity_platform_config
Methods in com.hashicorp.cdktf.providers.google.identity_platform_config that return IdentityPlatformConfigMfa.Builder Modifier and Type Method Description static IdentityPlatformConfigMfa.BuilderIdentityPlatformConfigMfa. builder()IdentityPlatformConfigMfa.BuilderIdentityPlatformConfigMfa.Builder. enabledProviders(List<String> enabledProviders)Sets the value ofIdentityPlatformConfigMfa.getEnabledProviders()IdentityPlatformConfigMfa.BuilderIdentityPlatformConfigMfa.Builder. providerConfigs(com.hashicorp.cdktf.IResolvable providerConfigs)Sets the value ofIdentityPlatformConfigMfa.getProviderConfigs()IdentityPlatformConfigMfa.BuilderIdentityPlatformConfigMfa.Builder. providerConfigs(List<? extends IdentityPlatformConfigMfaProviderConfigs> providerConfigs)Sets the value ofIdentityPlatformConfigMfa.getProviderConfigs()IdentityPlatformConfigMfa.BuilderIdentityPlatformConfigMfa.Builder. state(String state)Sets the value ofIdentityPlatformConfigMfa.getState()Constructors in com.hashicorp.cdktf.providers.google.identity_platform_config with parameters of type IdentityPlatformConfigMfa.Builder Constructor Description Jsii$Proxy(IdentityPlatformConfigMfa.Builder builder)Constructor that initializes the object based on literal property values passed by theIdentityPlatformConfigMfa.Builder.
-