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. Extended verdict reasons to be used for experimentation only. The set of possible reasons is subject to change. |
Classes
ClassificationReason
ClassificationReason(value)
Reasons contributing to the risk analysis verdict.