public sealed class FraudPreventionAssessment.Types.CardTestingVerdict : IMessage<FraudPreventionAssessment.Types.CardTestingVerdict>, IEquatable<FraudPreventionAssessment.Types.CardTestingVerdict>, IDeepCloneable<FraudPreventionAssessment.Types.CardTestingVerdict>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1beta1 API class FraudPreventionAssessment.Types.CardTestingVerdict.
Information about card testing fraud, where an adversary is testing
fraudulently obtained cards or brute forcing their details.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["This page provides documentation for the `FraudPreventionAssessment.Types.CardTestingVerdict` class within the Google Cloud reCAPTCHA Enterprise v1beta1 API, detailing its use in identifying card testing fraud."],["The `CardTestingVerdict` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations like deep cloning and equality checks."],["The class is available in different beta versions, with the latest being `2.0.0-beta07`, and is part of the `Google.Cloud.RecaptchaEnterprise.V1Beta1` namespace."],["It includes a `Risk` property which represents the probability of a transaction being part of a card testing attack, ranging from 0 to 1, allowing for a quantitative assessment of risk."],["The class also includes two constructors, one public and default and another for recieving other `FraudPreventionAssessment.Types.CardTestingVerdict` as a parameter."]]],[]]