Skip to content

Commit

Permalink
docs(recaptcha_enterprise): Minor update to FraudPrevention descripti…
Browse files Browse the repository at this point in the history
…on (#28184)
  • Loading branch information
gcf-owl-bot[bot] authored Jan 6, 2025
1 parent 3b1a813 commit 47e145b
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -517,19 +517,17 @@ class Event

# Setting that controls Fraud Prevention assessments.
module FraudPrevention
# Default, unspecified setting. If opted in for automatic detection,
# `fraud_prevention_assessment` is returned based on the request.
# Otherwise, `fraud_prevention_assessment` is returned if
# `transaction_data` is present in the `Event` and Fraud Prevention is
# Default, unspecified setting. `fraud_prevention_assessment` is returned
# if `transaction_data` is present in `Event` and Fraud Prevention is
# enabled in the Google Cloud console.
FRAUD_PREVENTION_UNSPECIFIED = 0

# Enable Fraud Prevention for this assessment, if Fraud Prevention is
# enabled in the Google Cloud console.
ENABLED = 1

# Disable Fraud Prevention for this assessment, regardless of opt-in
# status or Google Cloud console settings.
# Disable Fraud Prevention for this assessment, regardless of Google Cloud
# console settings.
DISABLED = 2
end
end
Expand Down

0 comments on commit 47e145b

Please sign in to comment.