Reference documentation and code samples for the reCAPTCHA Enterprise V1beta1 API class Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment.
Assessment for Fraud Prevention.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#behavioral_trust_verdict
def behavioral_trust_verdict() -> ::Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::BehavioralTrustVerdict
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::BehavioralTrustVerdict) — Assessment of this transaction for behavioral trust.
#behavioral_trust_verdict=
def behavioral_trust_verdict=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::BehavioralTrustVerdict
Parameter
- value (::Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::BehavioralTrustVerdict) — Assessment of this transaction for behavioral trust.
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::BehavioralTrustVerdict) — Assessment of this transaction for behavioral trust.
#card_testing_verdict
def card_testing_verdict() -> ::Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::CardTestingVerdict
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::CardTestingVerdict) — Assessment of this transaction for risk of being part of a card testing attack.
#card_testing_verdict=
def card_testing_verdict=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::CardTestingVerdict
Parameter
- value (::Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::CardTestingVerdict) — Assessment of this transaction for risk of being part of a card testing attack.
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::CardTestingVerdict) — Assessment of this transaction for risk of being part of a card testing attack.
#stolen_instrument_verdict
def stolen_instrument_verdict() -> ::Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::StolenInstrumentVerdict
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::StolenInstrumentVerdict) — Assessment of this transaction for risk of a stolen instrument.
#stolen_instrument_verdict=
def stolen_instrument_verdict=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::StolenInstrumentVerdict
Parameter
- value (::Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::StolenInstrumentVerdict) — Assessment of this transaction for risk of a stolen instrument.
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::StolenInstrumentVerdict) — Assessment of this transaction for risk of a stolen instrument.
#transaction_risk
def transaction_risk() -> ::Float
Returns
- (::Float) — Probability (0-1) of this transaction being fraudulent. Summarizes the combined risk of attack vectors below.
#transaction_risk=
def transaction_risk=(value) -> ::Float
Parameter
- value (::Float) — Probability (0-1) of this transaction being fraudulent. Summarizes the combined risk of attack vectors below.
Returns
- (::Float) — Probability (0-1) of this transaction being fraudulent. Summarizes the combined risk of attack vectors below.