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

ユーザーの表示名。