Class RiskAnalysis (1.32.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 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 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.