GoogleCloudRecaptchaenterpriseV1Assessment constructor
GoogleCloudRecaptchaenterpriseV1Assessment({
- GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment? accountDefenderAssessment,
- GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo? accountVerification,
- GoogleCloudRecaptchaenterpriseV1Event? event,
- GoogleCloudRecaptchaenterpriseV1FirewallPolicyAssessment? firewallPolicyAssessment,
- GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment? fraudPreventionAssessment,
- GoogleCloudRecaptchaenterpriseV1FraudSignals? fraudSignals,
- String? name,
- GoogleCloudRecaptchaenterpriseV1PhoneFraudAssessment? phoneFraudAssessment,
- GoogleCloudRecaptchaenterpriseV1PrivatePasswordLeakVerification? privatePasswordLeakVerification,
- GoogleCloudRecaptchaenterpriseV1RiskAnalysis? riskAnalysis,
- GoogleCloudRecaptchaenterpriseV1TokenProperties? tokenProperties,
Implementation
GoogleCloudRecaptchaenterpriseV1Assessment({
this.accountDefenderAssessment,
this.accountVerification,
this.event,
this.firewallPolicyAssessment,
this.fraudPreventionAssessment,
this.fraudSignals,
this.name,
this.phoneFraudAssessment,
this.privatePasswordLeakVerification,
this.riskAnalysis,
this.tokenProperties,
});