FraudPreventionAssessment(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Assessment for Fraud Prevention.
Attributes | |
---|---|
Name | Description |
transaction_risk |
float
Probability of this transaction being fraudulent. Summarizes the combined risk of attack vectors below. Values are from 0.0 (lowest) to 1.0 (highest). |
stolen_instrument_verdict |
google.cloud.recaptchaenterprise_v1.types.FraudPreventionAssessment.StolenInstrumentVerdict
Assessment of this transaction for risk of a stolen instrument. |
card_testing_verdict |
google.cloud.recaptchaenterprise_v1.types.FraudPreventionAssessment.CardTestingVerdict
Assessment of this transaction for risk of being part of a card testing attack. |
behavioral_trust_verdict |
google.cloud.recaptchaenterprise_v1.types.FraudPreventionAssessment.BehavioralTrustVerdict
Assessment of this transaction for behavioral trust. |
Classes
BehavioralTrustVerdict
BehavioralTrustVerdict(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Information about behavioral trust of the transaction.
CardTestingVerdict
CardTestingVerdict(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Information about card testing fraud, where an adversary is testing fraudulently obtained cards or brute forcing their details.
StolenInstrumentVerdict
StolenInstrumentVerdict(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Information about stolen instrument fraud, where the user is not the legitimate owner of the instrument being used for the purchase.