The reCAPTCHA configuration to update on the tenant. By enabling reCAPTCHA Enterprise integration, you are agreeing to the reCAPTCHA Enterprise Term of Service.
The updated map containing the test phone number / code pairs for the tenant. Passing null clears the previously save phone number / code pairs.
UpdateTenantRequest.anonymousSignInEnabled
Whether the anonymous provider is enabled.
Signature:
anonymousSignInEnabled?:boolean;
UpdateTenantRequest.displayName
The tenant display name.
Signature:
displayName?:string;
UpdateTenantRequest.emailPrivacyConfig
The email privacy configuration for the tenant
Signature:
emailPrivacyConfig?:EmailPrivacyConfig;
UpdateTenantRequest.emailSignInConfig
The email sign in configuration.
Signature:
emailSignInConfig?:EmailSignInProviderConfig;
UpdateTenantRequest.multiFactorConfig
The multi-factor auth configuration to update on the tenant.
Signature:
multiFactorConfig?:MultiFactorConfig;
UpdateTenantRequest.passwordPolicyConfig
The password policy configuration for the tenant
Signature:
passwordPolicyConfig?:PasswordPolicyConfig;
UpdateTenantRequest.recaptchaConfig
The reCAPTCHA configuration to update on the tenant. By enabling reCAPTCHA Enterprise integration, you are agreeing to the reCAPTCHA Enterprise Term of Service.
Signature:
recaptchaConfig?:RecaptchaConfig;
UpdateTenantRequest.smsRegionConfig
The SMS configuration to update on the project.
Signature:
smsRegionConfig?:SmsRegionConfig;
UpdateTenantRequest.testPhoneNumbers
The updated map containing the test phone number / code pairs for the tenant. Passing null clears the previously save phone number / code pairs.
[[["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 2023-09-29 UTC."],[],[],null,["# UpdateTenantRequest interface\n\nInterface representing the properties to update on the provided tenant.\n\n**Signature:** \n\n export interface UpdateTenantRequest \n\nProperties\n----------\n\n| Property | Type | Description |\n|------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [anonymousSignInEnabled](./firebase-admin.auth.updatetenantrequest.md#updatetenantrequestanonymoussigninenabled) | boolean | Whether the anonymous provider is enabled. |\n| [displayName](./firebase-admin.auth.updatetenantrequest.md#updatetenantrequestdisplayname) | string | The tenant display name. |\n| [emailPrivacyConfig](./firebase-admin.auth.updatetenantrequest.md#updatetenantrequestemailprivacyconfig) | [EmailPrivacyConfig](./firebase-admin.auth.emailprivacyconfig.md#emailprivacyconfig_interface) | The email privacy configuration for the tenant |\n| [emailSignInConfig](./firebase-admin.auth.updatetenantrequest.md#updatetenantrequestemailsigninconfig) | [EmailSignInProviderConfig](./firebase-admin.auth.emailsigninproviderconfig.md#emailsigninproviderconfig_interface) | The email sign in configuration. |\n| [multiFactorConfig](./firebase-admin.auth.updatetenantrequest.md#updatetenantrequestmultifactorconfig) | [MultiFactorConfig](./firebase-admin.auth.multifactorconfig.md#multifactorconfig_interface) | The multi-factor auth configuration to update on the tenant. |\n| [passwordPolicyConfig](./firebase-admin.auth.updatetenantrequest.md#updatetenantrequestpasswordpolicyconfig) | [PasswordPolicyConfig](./firebase-admin.auth.passwordpolicyconfig.md#passwordpolicyconfig_interface) | The password policy configuration for the tenant |\n| [recaptchaConfig](./firebase-admin.auth.updatetenantrequest.md#updatetenantrequestrecaptchaconfig) | [RecaptchaConfig](./firebase-admin.auth.recaptchaconfig.md#recaptchaconfig_interface) | The reCAPTCHA configuration to update on the tenant. 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.updatetenantrequest.md#updatetenantrequestsmsregionconfig) | [SmsRegionConfig](./firebase-admin.auth.md#smsregionconfig) | The SMS configuration to update on the project. |\n| [testPhoneNumbers](./firebase-admin.auth.updatetenantrequest.md#updatetenantrequesttestphonenumbers) | { \\[phoneNumber: string\\]: string; } \\| null | The updated map containing the test phone number / code pairs for the tenant. Passing null clears the previously save phone number / code pairs. |\n\nUpdateTenantRequest.anonymousSignInEnabled\n------------------------------------------\n\nWhether the anonymous provider is enabled.\n\n**Signature:** \n\n anonymousSignInEnabled?: boolean;\n\nUpdateTenantRequest.displayName\n-------------------------------\n\nThe tenant display name.\n\n**Signature:** \n\n displayName?: string;\n\nUpdateTenantRequest.emailPrivacyConfig\n--------------------------------------\n\nThe email privacy configuration for the tenant\n\n**Signature:** \n\n emailPrivacyConfig?: EmailPrivacyConfig;\n\nUpdateTenantRequest.emailSignInConfig\n-------------------------------------\n\nThe email sign in configuration.\n\n**Signature:** \n\n emailSignInConfig?: EmailSignInProviderConfig;\n\nUpdateTenantRequest.multiFactorConfig\n-------------------------------------\n\nThe multi-factor auth configuration to update on the tenant.\n\n**Signature:** \n\n multiFactorConfig?: MultiFactorConfig;\n\nUpdateTenantRequest.passwordPolicyConfig\n----------------------------------------\n\nThe password policy configuration for the tenant\n\n**Signature:** \n\n passwordPolicyConfig?: PasswordPolicyConfig;\n\nUpdateTenantRequest.recaptchaConfig\n-----------------------------------\n\nThe reCAPTCHA configuration to update on the tenant. 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\nUpdateTenantRequest.smsRegionConfig\n-----------------------------------\n\nThe SMS configuration to update on the project.\n\n**Signature:** \n\n smsRegionConfig?: SmsRegionConfig;\n\nUpdateTenantRequest.testPhoneNumbers\n------------------------------------\n\nThe updated map containing the test phone number / code pairs for the tenant. Passing null clears the previously save phone number / code pairs.\n\n**Signature:** \n\n testPhoneNumbers?: {\n [phoneNumber: string]: string;\n } | null;"]]