MaliciousEntity
Stay organized with collections
Save and categorize content based on your preferences.
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: |
displayName |
string
The header from display name.
|
User
JSON representation |
{
"emailAddress": string,
"displayName": string
} |
Fields |
emailAddress |
string
Email address of the user.
|
displayName |
string
Display name of the user.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-25 UTC.
[null,null,["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. |"]]