Interface IdentityPlatformConfigSignIn

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

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.669Z")
    @Stability(Stable)
    public interface IdentityPlatformConfigSignIn
    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_config#allow_duplicate_emails IdentityPlatformConfig#allow_duplicate_emails}

      • getAnonymous

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

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

      • getEmail

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

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

      • getPhoneNumber

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

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