Interface IdentityPlatformProjectDefaultConfigSignInEmail
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IdentityPlatformProjectDefaultConfigSignInEmail.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.683Z") @Stability(Stable) public interface IdentityPlatformProjectDefaultConfigSignInEmail extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdentityPlatformProjectDefaultConfigSignInEmail.BuilderA builder forIdentityPlatformProjectDefaultConfigSignInEmailstatic classIdentityPlatformProjectDefaultConfigSignInEmail.Jsii$ProxyAn implementation forIdentityPlatformProjectDefaultConfigSignInEmail
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IdentityPlatformProjectDefaultConfigSignInEmail.Builderbuilder()default 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) @Nullable default 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_project_default_config#enabled IdentityPlatformProjectDefaultConfig#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_project_default_config#password_required IdentityPlatformProjectDefaultConfig#password_required}
-
builder
@Stability(Stable) static IdentityPlatformProjectDefaultConfigSignInEmail.Builder builder()
-
-