Interface IdentityPlatformConfigSignInEmail
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IdentityPlatformConfigSignInEmail.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.670Z") @Stability(Stable) public interface IdentityPlatformConfigSignInEmail extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdentityPlatformConfigSignInEmail.BuilderA builder forIdentityPlatformConfigSignInEmailstatic classIdentityPlatformConfigSignInEmail.Jsii$ProxyAn implementation forIdentityPlatformConfigSignInEmail
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static IdentityPlatformConfigSignInEmail.Builderbuilder()ObjectgetEnabled()Whether email auth is enabled for the project or not.default ObjectgetPasswordRequired()Whether a password is required for email auth or not.
-
-
-
Method Detail
-
getEnabled
@Stability(Stable) @NotNull Object getEnabled()
Whether email 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}
-
getPasswordRequired
@Stability(Stable) @Nullable default Object getPasswordRequired()
Whether a password is required for email auth or not.If true, both an email and password must be provided to sign in. If false, a user may sign in via either email/password or email link. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#password_required IdentityPlatformConfig#password_required}
-
builder
@Stability(Stable) static IdentityPlatformConfigSignInEmail.Builder builder()
-
-