RiskAnalysis(mapping=None, *, ignore_unknown_fields=False, **kwargs)Risk analysis result for an event.
Attributes |
|
|---|---|
| Name | Description |
score |
float
Output only. Legitimate event score from 0.0 to 1.0. (1.0 means very likely legitimate traffic while 0.0 means very likely non-legitimate traffic). |
reasons |
MutableSequence[google.cloud.recaptchaenterprise_v1.types.RiskAnalysis.ClassificationReason]
Output only. Reasons contributing to the risk analysis verdict. |
extended_verdict_reasons |
MutableSequence[str]
Output only. Additional reasons contributing to the risk analysis verdict. These reasons are available to Enterprise tier projects only. Contact sales for more information. The set of reasons is subject to change. |
last_challenge_type |
google.cloud.recaptchaenterprise_v1.types.ChallengeType
Output only. Type of the last challenge presented to the user for Universal, POLICY_BASED_CHALLENGE and
INVISIBLE keys. The field is only set when a challenge
was presented to the user.
|
challenge |
google.cloud.recaptchaenterprise_v1.types.RiskAnalysis.Challenge
Output only. Challenge information for Universal, POLICY_BASED_CHALLENGE and INVISIBLE keys.
|
verified_bots |
MutableSequence[google.cloud.recaptchaenterprise_v1.types.Bot]
Output only. Bots with identities that have been verified by reCAPTCHA and detected in the event. |
Classes
Challenge
Challenge(value)Challenge information for Universal, POLICY_BASED_CHALLENGE and
INVISIBLE keys. Ensure that applications can handle values not
explicitly listed.
ClassificationReason
ClassificationReason(value)Reasons contributing to the risk analysis verdict. Ensure that applications can handle values not explicitly listed.