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.
Implements
IMessageFraudPreventionAssessment, IEquatableFraudPreventionAssessment, IDeepCloneableFraudPreventionAssessment, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
FraudPreventionAssessment()
public FraudPreventionAssessment()
FraudPreventionAssessment(FraudPreventionAssessment)
public FraudPreventionAssessment(FraudPreventionAssessment other)
Parameter | |
---|---|
Name | Description |
other |
FraudPreventionAssessment |
Properties
BehavioralTrustVerdict
public FraudPreventionAssessment.Types.BehavioralTrustVerdict BehavioralTrustVerdict { get; set; }
Output only. Assessment of this transaction for behavioral trust.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
FraudPreventionAssessmentTypesCardTestingVerdict |
StolenInstrumentVerdict
public FraudPreventionAssessment.Types.StolenInstrumentVerdict StolenInstrumentVerdict { get; set; }
Output only. Assessment of this transaction for risk of a stolen instrument.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
float |