Google Cloud reCAPTCHA Enterprise v1beta1 API - Class FraudPreventionAssessment (2.0.0-beta06)

public sealed class FraudPreventionAssessment : IMessage<FraudPreventionAssessment>, IEquatable<FraudPreventionAssessment>, IDeepCloneable<FraudPreventionAssessment>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1beta1 API class FraudPreventionAssessment.

Assessment for Fraud Prevention.

Inheritance

object > FraudPreventionAssessment

Namespace

Google.Cloud.RecaptchaEnterprise.V1Beta1

Assembly

Google.Cloud.RecaptchaEnterprise.V1Beta1.dll

Constructors

FraudPreventionAssessment()

public FraudPreventionAssessment()

FraudPreventionAssessment(FraudPreventionAssessment)

public FraudPreventionAssessment(FraudPreventionAssessment other)
Parameter
NameDescription
otherFraudPreventionAssessment

Properties

BehavioralTrustVerdict

public FraudPreventionAssessment.Types.BehavioralTrustVerdict BehavioralTrustVerdict { get; set; }

Assessment of this transaction for behavioral trust.

Property Value
TypeDescription
FraudPreventionAssessmentTypesBehavioralTrustVerdict

CardTestingVerdict

public FraudPreventionAssessment.Types.CardTestingVerdict CardTestingVerdict { get; set; }

Assessment of this transaction for risk of being part of a card testing attack.

Property Value
TypeDescription
FraudPreventionAssessmentTypesCardTestingVerdict

StolenInstrumentVerdict

public FraudPreventionAssessment.Types.StolenInstrumentVerdict StolenInstrumentVerdict { get; set; }

Assessment of this transaction for risk of a stolen instrument.

Property Value
TypeDescription
FraudPreventionAssessmentTypesStolenInstrumentVerdict

TransactionRisk

public float TransactionRisk { get; set; }

Probability (0-1) of this transaction being fraudulent. Summarizes the combined risk of attack vectors below.

Property Value
TypeDescription
float