Class FraudPreventionAssessment (1.20.0)

FraudPreventionAssessment(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Assessment for Fraud Prevention.

Attributes

NameDescription
transaction_risk float
Output only. 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
Output only. Assessment of this transaction for risk of a stolen instrument.
card_testing_verdict google.cloud.recaptchaenterprise_v1.types.FraudPreventionAssessment.CardTestingVerdict
Output only. Assessment of this transaction for risk of being part of a card testing attack.
behavioral_trust_verdict google.cloud.recaptchaenterprise_v1.types.FraudPreventionAssessment.BehavioralTrustVerdict
Output only. 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.