Interface IdentityPlatformProjectDefaultConfigSignInEmail

    • Method Detail

      • getEnabled

        @Stability(Stable)
        @Nullable
        default Object getEnabled()
        Whether email auth is enabled for the project or not.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_project_default_config#enabled IdentityPlatformProjectDefaultConfig#enabled}

      • getPasswordRequired

        @Stability(Stable)
        @Nullable
        default Object getPasswordRequired()
        Whether a password is required for email auth or not.

        If true, both an email and password must be provided to sign in. If false, a user may sign in via either email/password or email link. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_project_default_config#password_required IdentityPlatformProjectDefaultConfig#password_required}