Google Cloud reCAPTCHA Enterprise v1 API - Class FraudPreventionAssessment (2.12.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

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

FraudPreventionAssessment()

public FraudPreventionAssessment()

FraudPreventionAssessment(FraudPreventionAssessment)

public FraudPreventionAssessment(FraudPreventionAssessment other)
Parameter
NameDescription
otherFraudPreventionAssessment

Properties

BehavioralTrustVerdict

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

Output only. Assessment of this transaction for behavioral trust.

Property Value
TypeDescription
FraudPreventionAssessmentTypesBehavioralTrustVerdict

CardTestingVerdict

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

Output only. 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; }

Output only. Assessment of this transaction for risk of a stolen instrument.

Property Value
TypeDescription
FraudPreventionAssessmentTypesStolenInstrumentVerdict

TransactionRisk

public float TransactionRisk { get; set; }

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).

Property Value
TypeDescription
float