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.