Class GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment
Assessment for Fraud Prevention.
Implements
Inherited Members
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 |
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? |