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는 모든 악성 항목은 하나의 항목 유형에만 속할 수 있습니다. entity_type은 다음 중 하나여야 합니다.
fromHeader

string

발신자 이메일 주소입니다.

displayName

string

표시 이름의 헤더입니다.

사용자

사용자

JSON 표현
{
  "emailAddress": string,
  "displayName": string
}
필드
emailAddress

string

사용자의 이메일 주소입니다.

displayName

string

사용자의 표시 이름입니다.