GoogleCloudRecaptchaenterpriseV1Assessment class
A reCAPTCHA Enterprise assessment resource.
Constructors
- GoogleCloudRecaptchaenterpriseV1Assessment({GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment? accountDefenderAssessment, GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo? accountVerification, GoogleCloudRecaptchaenterpriseV1Event? event, GoogleCloudRecaptchaenterpriseV1FirewallPolicyAssessment? firewallPolicyAssessment, GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment? fraudPreventionAssessment, GoogleCloudRecaptchaenterpriseV1FraudSignals? fraudSignals, String? name, GoogleCloudRecaptchaenterpriseV1PhoneFraudAssessment? phoneFraudAssessment, GoogleCloudRecaptchaenterpriseV1PrivatePasswordLeakVerification? privatePasswordLeakVerification, GoogleCloudRecaptchaenterpriseV1RiskAnalysis? riskAnalysis, GoogleCloudRecaptchaenterpriseV1TokenProperties? tokenProperties})
- GoogleCloudRecaptchaenterpriseV1Assessment.fromJson(Map json_)
Properties
- accountDefenderAssessment ↔ GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment?
-
Assessment returned by account defender when an account identifier is
provided.
getter/setter pair
- accountVerification ↔ GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo?
-
Account verification information for identity verification.
getter/setter pair
- event ↔ GoogleCloudRecaptchaenterpriseV1Event?
-
The event being assessed.
getter/setter pair
- firewallPolicyAssessment ↔ GoogleCloudRecaptchaenterpriseV1FirewallPolicyAssessment?
-
Assessment returned when firewall policies belonging to the project are
evaluated using the field firewall_policy_evaluation.
getter/setter pair
- fraudPreventionAssessment ↔ GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment?
-
Assessment returned by Fraud Prevention when TransactionData is provided.
getter/setter pair
- fraudSignals ↔ GoogleCloudRecaptchaenterpriseV1FraudSignals?
-
Fraud Signals specific to the users involved in a payment transaction.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- phoneFraudAssessment ↔ GoogleCloudRecaptchaenterpriseV1PhoneFraudAssessment?
-
Assessment returned when a site key, a token, and a phone number as
user_id
are provided.getter/setter pair - privatePasswordLeakVerification ↔ GoogleCloudRecaptchaenterpriseV1PrivatePasswordLeakVerification?
-
The private password leak verification field contains the parameters that
are used to to check for leaks privately without sharing user credentials.
getter/setter pair
- riskAnalysis ↔ GoogleCloudRecaptchaenterpriseV1RiskAnalysis?
-
The risk analysis result for the event being assessed.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tokenProperties ↔ GoogleCloudRecaptchaenterpriseV1TokenProperties?
-
Properties of the provided event token.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited