Entity whose actions triggered a Gmail phishing alert.
JSON representation
{"entity":{object (User)},// Union fieldentity_typecan be only one of the following:"fromHeader":string,"displayName":string// End of list of possible types for union fieldentity_type.}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[],[],null,["# MaliciousEntity\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [User](#User)\n - [JSON representation](#User.SCHEMA_REPRESENTATION)\n\nEntity whose actions triggered a Gmail phishing alert.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"entity\": { object (/workspace/admin/alertcenter/reference/rest/v1beta1/MaliciousEntity#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`. } ``` |\n\n| Fields ||\n|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| `entity` | `object (`[User](/workspace/admin/alertcenter/reference/rest/v1beta1/MaliciousEntity#User)`)` The actor who triggered a gmail phishing alert. |\n| Union field `entity_type`. Every malicious entity could only belongs to one entity type. `entity_type` can be only one of the following: ||\n| `fromHeader` | `string` The sender email address. |\n| `displayName` | `string` The header from display name. |\n\nUser\n----\n\nA user.\n\n| JSON representation |\n|-----------------------------------------------------------|\n| ``` { \"emailAddress\": string, \"displayName\": string } ``` |\n\n| Fields ||\n|----------------|-------------------------------------|\n| `emailAddress` | `string` Email address of the user. |\n| `displayName` | `string` Display name of the user. |"]]