Module: Google::Cloud::RecaptchaEnterprise::V1::AnnotateAssessmentRequest::Annotation
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
Enum that represents the types of annotations.
Constant Summary collapse
- ANNOTATION_UNSPECIFIED =
Default unspecified type.
0
- LEGITIMATE =
Provides information that the event turned out to be legitimate.
1
- FRAUDULENT =
Provides information that the event turned out to be fraudulent.
2
- PASSWORD_CORRECT =
Provides information that the event was related to a login event in which the user typed the correct password. Deprecated, prefer indicating CORRECT_PASSWORD through the reasons field instead.
3
- PASSWORD_INCORRECT =
Provides information that the event was related to a login event in which the user typed the incorrect password. Deprecated, prefer indicating INCORRECT_PASSWORD through the reasons field instead.
4