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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdentityPlatformConfigSignIn.BuilderA builder forIdentityPlatformConfigSignInstatic classIdentityPlatformConfigSignIn.Jsii$ProxyAn implementation forIdentityPlatformConfigSignIn
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IdentityPlatformConfigSignIn.Builderbuilder()default ObjectgetAllowDuplicateEmails()Whether to allow more than one account to have the same email.default IdentityPlatformConfigSignInAnonymousgetAnonymous()anonymous block.default IdentityPlatformConfigSignInEmailgetEmail()email block.default IdentityPlatformConfigSignInPhoneNumbergetPhoneNumber()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_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}
-
builder
@Stability(Stable) static IdentityPlatformConfigSignIn.Builder builder()
-
-