Module: Google::Cloud::RecaptchaEnterprise::V1::AnnotateAssessmentRequest::Reason

Defined in:
proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb

Overview

Enum that represents potential reasons for annotating an assessment.

Constant Summary collapse

REASON_UNSPECIFIED =

Default unspecified reason.

0
CHARGEBACK =

Indicates a chargeback for fraud was issued for the transaction associated with the assessment.

1
PAYMENT_HEURISTICS =

Indicates the transaction associated with the assessment is suspected of being fraudulent based on the payment method, billing details, shipping address or other transaction information.

2
INITIATED_TWO_FACTOR =

Indicates that the user was served a 2FA challenge. An old assessment with ENUM_VALUES.INITIATED_TWO_FACTOR reason that has not been overwritten with PASSED_TWO_FACTOR is treated as an abandoned 2FA flow. This is equivalent to FAILED_TWO_FACTOR.

7
PASSED_TWO_FACTOR =

Indicates that the user passed a 2FA challenge.

3
FAILED_TWO_FACTOR =

Indicates that the user failed a 2FA challenge.

4
CORRECT_PASSWORD =

Indicates the user provided the correct password.

5
INCORRECT_PASSWORD =

Indicates the user provided an incorrect password.

6