Freigeben über


analyzedEmailAttachment-Ressourcentyp

Namespace: microsoft.graph.security

Wichtig

Die APIs unter der /beta Version in Microsoft Graph können sich ändern. Die Verwendung dieser APIs in Produktionsanwendungen wird nicht unterstützt. Um festzustellen, ob eine API in v1.0 verfügbar ist, verwenden Sie die Version Selektor.

Stellt eine Anlage zu einer analysierten E-Mail dar.

Eigenschaften

Eigenschaft Typ Beschreibung
detonationDetails microsoft.graph.security.detonationDetails Die Detonationsdetails der Anlage.
fileName String Der Name der Anlage in der E-Mail.
Filetype String Der Typ der Anlage in der E-Mail.
sha256 String Der SHA256-Dateihash der Anlage.
threatName String Der Bedrohungsname, der dem Bedrohungstyp zugeordnet ist.
threatType microsoft.graph.security.threatType Der Bedrohungstyp, der der Anlage zugeordnet ist. Mögliche Werte sind: unknown, spam, malware, phishing, none, unknownFutureValue.

Beziehungen

Keine.

JSON-Darstellung

Die folgende JSON-Darstellung zeigt den Ressourcentyp.

{
  "@odata.type": "#microsoft.graph.security.analyzedEmailAttachment",
  "fileName": "String",
  "fileType": "String",
  "threatType": "String",
  "threatName": "String",
  "sha256": "String",
  "detonationDetails": {
    "@odata.type": "microsoft.graph.security.detonationDetails"
  }
}