GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfigArgs

data class GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfigArgs(val enableImprovedEmailPrivacy: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfigArgs>

Configuration for settings related to email privacy and public visibility. Settings in this config protect against email enumeration, but may make some trade-offs in user-friendliness.

Constructors

fun GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfigArgs(enableImprovedEmailPrivacy: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfigArgs

Properties

Link copied to clipboard
val enableImprovedEmailPrivacy: Output<Boolean>? = null

Migrates the project to a state of improved email privacy. For example certain error codes are more generic to avoid giving away information on whether the account exists. In addition, this disables certain features that as a side-effect allow user enumeration. Enabling this toggle disables the fetchSignInMethodsForEmail functionality and changing the user's email to an unverified email. It is recommended to remove dependence on this functionality and enable this toggle to improve user privacy.