Enum AnnotateAssessmentRequest.Types.Annotation (2.0.0)

public enum Annotation

Enum that represents the types of annotations.

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Fields

NameDescription
Fraudulent

Provides information that the event turned out to be fraudulent.

Legitimate

Provides information that the event turned out to be legitimate.

PasswordCorrect

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.

PasswordIncorrect

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.

Unspecified

Default unspecified type.