Interface IdentityPlatformConfigSignInPhoneNumber

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

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

      • getEnabled

        @Stability(Stable)
        @NotNull
        Object getEnabled()
        Whether phone number 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_config#enabled IdentityPlatformConfig#enabled}

      • getTestPhoneNumbers

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getTestPhoneNumbers()
        A map of <test phone number, fake code> that can be used for phone auth testing.

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