Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment

Assessment for Fraud Prevention.

Inheritance
object
GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment : IDirectResponseSchema

Properties

BehavioralTrustVerdict

Assessment of this transaction for behavioral trust.

Declaration
[JsonProperty("behavioralTrustVerdict")]
public virtual GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentBehavioralTrustVerdict BehavioralTrustVerdict { get; set; }
Property Value
Type Description
GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentBehavioralTrustVerdict

CardTestingVerdict

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

Declaration
[JsonProperty("cardTestingVerdict")]
public virtual GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentCardTestingVerdict CardTestingVerdict { get; set; }
Property Value
Type Description
GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentCardTestingVerdict

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

StolenInstrumentVerdict

Assessment of this transaction for risk of a stolen instrument.

Declaration
[JsonProperty("stolenInstrumentVerdict")]
public virtual GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentStolenInstrumentVerdict StolenInstrumentVerdict { get; set; }
Property Value
Type Description
GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentStolenInstrumentVerdict

TransactionRisk

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

Declaration
[JsonProperty("transactionRisk")]
public virtual float? TransactionRisk { get; set; }
Property Value
Type Description
float?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX