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

Output only. Assessment of this transaction for behavioral trust.

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

CardTestingVerdict

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

RiskReasons

Output only. Reasons why the transaction is probably fraudulent and received a high transaction risk score.

Declaration
[JsonProperty("riskReasons")]
public virtual IList<GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentRiskReason> RiskReasons { get; set; }
Property Value
Type Description
IList<GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentRiskReason>

StolenInstrumentVerdict

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

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

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