MaliciousEntity
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
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 只能是下列其中一项: |
displayName |
string
标头“From”的显示名称。
|
用户
JSON 表示法 |
{
"emailAddress": string,
"displayName": string
} |
字段 |
emailAddress |
string
用户的电子邮件地址。
|
displayName |
string
用户的显示名称。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],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. |"]]