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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdentityPlatformProjectDefaultConfigSignIn.BuilderA builder forIdentityPlatformProjectDefaultConfigSignInstatic classIdentityPlatformProjectDefaultConfigSignIn.Jsii$ProxyAn implementation forIdentityPlatformProjectDefaultConfigSignIn
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IdentityPlatformProjectDefaultConfigSignIn.Builderbuilder()default ObjectgetAllowDuplicateEmails()Whether to allow more than one account to have the same email.default IdentityPlatformProjectDefaultConfigSignInAnonymousgetAnonymous()anonymous block.default IdentityPlatformProjectDefaultConfigSignInEmailgetEmail()email block.default IdentityPlatformProjectDefaultConfigSignInPhoneNumbergetPhoneNumber()phone_number block.
-
-
-
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}
-
builder
@Stability(Stable) static IdentityPlatformProjectDefaultConfigSignIn.Builder builder()
-
-