The reCAPTCHA configuration to update on the project. By enabling reCAPTCHA Enterprise integration, you are agreeing to the reCAPTCHA Enterprise Term of Service.
The email privacy configuration to update on the project
Signature:
emailPrivacyConfig?:EmailPrivacyConfig;
UpdateProjectConfigRequest.mobileLinksConfig
The mobile links configuration for the project
Signature:
mobileLinksConfig?:MobileLinksConfig;
UpdateProjectConfigRequest.multiFactorConfig
The multi-factor auth configuration to update on the project.
Signature:
multiFactorConfig?:MultiFactorConfig;
UpdateProjectConfigRequest.passwordPolicyConfig
The password policy configuration to update on the project
Signature:
passwordPolicyConfig?:PasswordPolicyConfig;
UpdateProjectConfigRequest.recaptchaConfig
The reCAPTCHA configuration to update on the project. By enabling reCAPTCHA Enterprise integration, you are agreeing to the reCAPTCHA Enterprise Term of Service.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-06 UTC."],[],[],null,["# UpdateProjectConfigRequest interface\n\nInterface representing the properties to update on the provided project config.\n\n**Signature:** \n\n export interface UpdateProjectConfigRequest \n\nProperties\n----------\n\n| Property | Type | Description |\n|----------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [emailPrivacyConfig](./firebase-admin.auth.updateprojectconfigrequest.md#updateprojectconfigrequestemailprivacyconfig) | [EmailPrivacyConfig](./firebase-admin.auth.emailprivacyconfig.md#emailprivacyconfig_interface) | The email privacy configuration to update on the project |\n| [mobileLinksConfig](./firebase-admin.auth.updateprojectconfigrequest.md#updateprojectconfigrequestmobilelinksconfig) | [MobileLinksConfig](./firebase-admin.auth.mobilelinksconfig.md#mobilelinksconfig_interface) | The mobile links configuration for the project |\n| [multiFactorConfig](./firebase-admin.auth.updateprojectconfigrequest.md#updateprojectconfigrequestmultifactorconfig) | [MultiFactorConfig](./firebase-admin.auth.multifactorconfig.md#multifactorconfig_interface) | The multi-factor auth configuration to update on the project. |\n| [passwordPolicyConfig](./firebase-admin.auth.updateprojectconfigrequest.md#updateprojectconfigrequestpasswordpolicyconfig) | [PasswordPolicyConfig](./firebase-admin.auth.passwordpolicyconfig.md#passwordpolicyconfig_interface) | The password policy configuration to update on the project |\n| [recaptchaConfig](./firebase-admin.auth.updateprojectconfigrequest.md#updateprojectconfigrequestrecaptchaconfig) | [RecaptchaConfig](./firebase-admin.auth.recaptchaconfig.md#recaptchaconfig_interface) | The reCAPTCHA configuration to update on the project. By enabling reCAPTCHA Enterprise integration, you are agreeing to the reCAPTCHA Enterprise [Term of Service](https://cloud.google.com/terms/service-terms). |\n| [smsRegionConfig](./firebase-admin.auth.updateprojectconfigrequest.md#updateprojectconfigrequestsmsregionconfig) | [SmsRegionConfig](./firebase-admin.auth.md#smsregionconfig) | The SMS configuration to update on the project. |\n\nUpdateProjectConfigRequest.emailPrivacyConfig\n---------------------------------------------\n\nThe email privacy configuration to update on the project\n\n**Signature:** \n\n emailPrivacyConfig?: EmailPrivacyConfig;\n\nUpdateProjectConfigRequest.mobileLinksConfig\n--------------------------------------------\n\nThe mobile links configuration for the project\n\n**Signature:** \n\n mobileLinksConfig?: MobileLinksConfig;\n\nUpdateProjectConfigRequest.multiFactorConfig\n--------------------------------------------\n\nThe multi-factor auth configuration to update on the project.\n\n**Signature:** \n\n multiFactorConfig?: MultiFactorConfig;\n\nUpdateProjectConfigRequest.passwordPolicyConfig\n-----------------------------------------------\n\nThe password policy configuration to update on the project\n\n**Signature:** \n\n passwordPolicyConfig?: PasswordPolicyConfig;\n\nUpdateProjectConfigRequest.recaptchaConfig\n------------------------------------------\n\nThe reCAPTCHA configuration to update on the project. By enabling reCAPTCHA Enterprise integration, you are agreeing to the reCAPTCHA Enterprise [Term of Service](https://cloud.google.com/terms/service-terms).\n\n**Signature:** \n\n recaptchaConfig?: RecaptchaConfig;\n\nUpdateProjectConfigRequest.smsRegionConfig\n------------------------------------------\n\nThe SMS configuration to update on the project.\n\n**Signature:** \n\n smsRegionConfig?: SmsRegionConfig;"]]