annotation property

String? annotation
getter/setter pair

The annotation that will be assigned to the Event.

This field can be left empty to provide reasons that apply to an event without concluding whether the event is legitimate or fraudulent.

Optional. Possible string values are:

  • "ANNOTATION_UNSPECIFIED" : Default unspecified type.
  • "LEGITIMATE" : Provides information that the event turned out to be legitimate.
  • "FRAUDULENT" : Provides information that the event turned out to be fraudulent.
  • "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.
  • "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.

Implementation

core.String? annotation;