Class IdentityPlatformProjectDefaultConfigSignInPhoneNumber.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.identity_platform_project_default_config.IdentityPlatformProjectDefaultConfigSignInPhoneNumber.Jsii$Proxy
-
- All Implemented Interfaces:
IdentityPlatformProjectDefaultConfigSignInPhoneNumber,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IdentityPlatformProjectDefaultConfigSignInPhoneNumber
@Stability(Stable) @Internal public static final class IdentityPlatformProjectDefaultConfigSignInPhoneNumber.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IdentityPlatformProjectDefaultConfigSignInPhoneNumber
An implementation forIdentityPlatformProjectDefaultConfigSignInPhoneNumber
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.identity_platform_project_default_config.IdentityPlatformProjectDefaultConfigSignInPhoneNumber
IdentityPlatformProjectDefaultConfigSignInPhoneNumber.Builder, IdentityPlatformProjectDefaultConfigSignInPhoneNumber.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IdentityPlatformProjectDefaultConfigSignInPhoneNumber.Builder builder)Constructor that initializes the object based on literal property values passed by theIdentityPlatformProjectDefaultConfigSignInPhoneNumber.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetEnabled()Whether phone number auth is enabled for the project or not.Map<String,String>getTestPhoneNumbers()A map of <test phone number, fake code> that can be used for phone auth testing.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(IdentityPlatformProjectDefaultConfigSignInPhoneNumber.Builder builder)
Constructor that initializes the object based on literal property values passed by theIdentityPlatformProjectDefaultConfigSignInPhoneNumber.Builder.
-
-
Method Detail
-
getEnabled
public final Object getEnabled()
Description copied from interface:IdentityPlatformProjectDefaultConfigSignInPhoneNumberWhether 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}
- Specified by:
getEnabledin interfaceIdentityPlatformProjectDefaultConfigSignInPhoneNumber
-
getTestPhoneNumbers
public final Map<String,String> getTestPhoneNumbers()
Description copied from interface:IdentityPlatformProjectDefaultConfigSignInPhoneNumberA 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}
- Specified by:
getTestPhoneNumbersin interfaceIdentityPlatformProjectDefaultConfigSignInPhoneNumber
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-