analyzedEmailAttachment 资源类型
命名空间:microsoft.graph.security
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示已分析电子邮件的附件。
属性
属性 | 类型 | 说明 |
---|---|---|
detonationDetails | microsoft.graph.security.detonationDetails | 附件的引爆详细信息。 |
fileName | String | 电子邮件中附件的名称。 |
fileType | String | 电子邮件中附件的类型。 |
sha256 | String | 附件的 SHA256 文件哈希。 |
threatName | String | 与威胁类型关联的威胁名称。 |
threatType | microsoft.graph.security.threatType | 与附件关联的威胁类型。 可能的值包括 unknown 、spam 、malware 、phishing 、none 、unknownFutureValue 。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.security.analyzedEmailAttachment",
"fileName": "String",
"fileType": "String",
"threatType": "String",
"threatName": "String",
"sha256": "String",
"detonationDetails": {
"@odata.type": "microsoft.graph.security.detonationDetails"
}
}