Google Cloud reCAPTCHA Enterprise v1 API - Class FraudPreventionAssessment (2.4.0)

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

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

Assessment for Fraud Prevention.

Inheritance

object > FraudPreventionAssessment

Namespace

GoogleGoogle.CloudGoogle.Cloud.RecaptchaEnterpriseV1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

FraudPreventionAssessment()

public FraudPreventionAssessment()

FraudPreventionAssessment(FraudPreventionAssessment)

public FraudPreventionAssessment(FraudPreventionAssessment other)
Parameter
NameDescription
otherFraudPreventionAssessment

Properties

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