UpdateProjectConfigRequest interface
Stay organized with collections
Save and categorize content based on your preferences.
Interface representing the properties to update on the provided project config.
Signature:
export interface UpdateProjectConfigRequest
Properties
UpdateProjectConfigRequest.emailPrivacyConfig
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.
Signature:
recaptchaConfig?: RecaptchaConfig;
UpdateProjectConfigRequest.smsRegionConfig
The SMS configuration to update on the project.
Signature:
smsRegionConfig?: SmsRegionConfig;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-06 UTC.
[null,null,["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;"]]