MaliciousEntity

Entity whose actions triggered a Gmail phishing alert.

JSON representation
{
  "entity": {
    object (User)
  },

  // Union field entity_type can be only one of the following:
  "fromHeader": string,
  "displayName": string
  // End of list of possible types for union field entity_type.
}
Fields
entity

object (User)

The actor who triggered a gmail phishing alert.

Union field entity_type. Every malicious entity could only belongs to one entity type. entity_type can be only one of the following:
fromHeader

string

The sender email address.

displayName

string

The header from display name.

User

A user.

JSON representation
{
  "emailAddress": string,
  "displayName": string
}
Fields
emailAddress

string

Email address of the user.

displayName

string

Display name of the user.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-03-25 UTC.