Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class CardTestingVerdict.
Information about card testing fraud, where an adversary is testing fraudulently obtained cards or brute forcing their details.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.CardTestingVerdict
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1 \ FraudPreventionAssessmentMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ risk |
float
Output only. Probability of this transaction attempt being part of a card testing attack. Values are from 0.0 (lowest) to 1.0 (highest). |
getRisk
Output only. Probability of this transaction attempt being part of a card testing attack. Values are from 0.0 (lowest) to 1.0 (highest).
Returns | |
---|---|
Type | Description |
float |
setRisk
Output only. Probability of this transaction attempt being part of a card testing attack. Values are from 0.0 (lowest) to 1.0 (highest).
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |