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
    • 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}