Interface IdentityPlatformProjectDefaultConfigSignIn

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    IdentityPlatformProjectDefaultConfigSignIn.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.683Z")
    @Stability(Stable)
    public interface IdentityPlatformProjectDefaultConfigSignIn
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getAllowDuplicateEmails

        @Stability(Stable)
        @Nullable
        default Object getAllowDuplicateEmails()
        Whether to allow more than one account to have the same email.

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

      • getAnonymous

        @Stability(Stable)
        @Nullable
        default IdentityPlatformProjectDefaultConfigSignInAnonymous getAnonymous()
        anonymous block.

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

      • getEmail

        @Stability(Stable)
        @Nullable
        default IdentityPlatformProjectDefaultConfigSignInEmail getEmail()
        email block.

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

      • getPhoneNumber

        @Stability(Stable)
        @Nullable
        default IdentityPlatformProjectDefaultConfigSignInPhoneNumber getPhoneNumber()
        phone_number block.

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