Enum AnnotateAssessmentRequest.Types.Reason (1.4.0)

public enum Reason

Enum that represents potential reasons for annotating an assessment.

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Fields

NameDescription
Chargeback

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

CorrectPassword

Indicates the user provided the correct password.

FailedTwoFactor

Indicates that the user failed a 2FA challenge.

IncorrectPassword

Indicates the user provided an incorrect password.

InitiatedTwoFactor

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.

PassedTwoFactor

Indicates that the user passed a 2FA challenge.

PaymentHeuristics

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.

Unspecified

Default unspecified reason.