Interface IdentityPlatformProjectDefaultConfigSignInPhoneNumber
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IdentityPlatformProjectDefaultConfigSignInPhoneNumber.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.684Z") @Stability(Stable) public interface IdentityPlatformProjectDefaultConfigSignInPhoneNumber extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdentityPlatformProjectDefaultConfigSignInPhoneNumber.BuilderA builder forIdentityPlatformProjectDefaultConfigSignInPhoneNumberstatic classIdentityPlatformProjectDefaultConfigSignInPhoneNumber.Jsii$ProxyAn implementation forIdentityPlatformProjectDefaultConfigSignInPhoneNumber
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IdentityPlatformProjectDefaultConfigSignInPhoneNumber.Builderbuilder()default ObjectgetEnabled()Whether phone number auth is enabled for the project or not.default Map<String,String>getTestPhoneNumbers()A map of <test phone number, fake code> that can be used for phone auth testing.
-
-
-
Method Detail
-
getEnabled
@Stability(Stable) @Nullable default 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_project_default_config#enabled IdentityPlatformProjectDefaultConfig#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_project_default_config#test_phone_numbers IdentityPlatformProjectDefaultConfig#test_phone_numbers}
-
builder
@Stability(Stable) static IdentityPlatformProjectDefaultConfigSignInPhoneNumber.Builder builder()
-
-