Class RiskAnalysis (1.25.0)

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.
challenge google.cloud.recaptchaenterprise_v1.types.RiskAnalysis.Challenge
Output only. Challenge information for SCORE_AND_CHALLENGE keys

Classes

Challenge

Challenge(value)

Challenge information for SCORE_AND_CHALLENGE keys

ClassificationReason

ClassificationReason(value)

Reasons contributing to the risk analysis verdict.