MaliciousEntity

操作によって Gmail フィッシング アラートがトリガーされたエンティティ。

JSON 表現
{
  "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.
}
フィールド
entity

object (User)

Gmail フィッシング アラートをトリガーしたアクター。

共用体フィールド entity_type。悪意のあるエンティティは、それぞれ 1 つのエンティティ タイプにしか所属できません。entity_type は次のいずれかになります。
fromHeader

string

送信者のメールアドレス。

displayName

string

表示名のヘッダー。

ユーザー

ユーザー

JSON 表現
{
  "emailAddress": string,
  "displayName": string
}
フィールド
emailAddress

string

ユーザーのメールアドレス。

displayName

string

ユーザーの表示名。