Interface representing the properties to update on the provided project config.
Signature:
export interface UpdateProjectConfigRequest
Properties
Property | Type | Description |
---|---|---|
emailPrivacyConfig | EmailPrivacyConfig | The email privacy configuration to update on the project |
multiFactorConfig | MultiFactorConfig | The multi-factor auth configuration to update on the project. |
passwordPolicyConfig | PasswordPolicyConfig | The password policy configuration to update on the project |
recaptchaConfig | RecaptchaConfig | The reCAPTCHA configuration to update on the project. By enabling reCAPTCHA Enterprise integration, you are agreeing to the reCAPTCHA Enterprise Term of Service. |
smsRegionConfig | SmsRegionConfig | The SMS configuration to update on the project. |
UpdateProjectConfigRequest.emailPrivacyConfig
The email privacy configuration to update on the project
Signature:
emailPrivacyConfig?: EmailPrivacyConfig;
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;