UpdateProjectConfigRequest interface

Interface representing the properties to update on the provided project config.

Signature:

exportinterfaceUpdateProjectConfigRequest

Properties

PropertyTypeDescription
emailPrivacyConfigEmailPrivacyConfigThe email privacy configuration to update on the project
mobileLinksConfigMobileLinksConfigThe mobile links configuration for the project
multiFactorConfigMultiFactorConfigThe multi-factor auth configuration to update on the project.
passwordPolicyConfigPasswordPolicyConfigThe password policy configuration to update on the project
recaptchaConfigRecaptchaConfigThe reCAPTCHA configuration to update on the project. By enabling reCAPTCHA Enterprise integration, you are agreeing to the reCAPTCHA Enterprise Term of Service.
smsRegionConfigSmsRegionConfigThe SMS configuration to update on the project.

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;