emailContentThreatSubmission-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 Bedrohungsübermittlung im Zusammenhang mit dem Inhalt einer E-Mail dar und wird erstellt, wenn die Übermittlung mithilfe von E-Mail-Dateiinhalten erfolgt.
Erbt von emailThreatSubmission.
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
fileContent | String | Base64-codierter Dateiinhalt. |
Beziehungen
Keine.
JSON-Darstellung
Die folgende JSON-Darstellung zeigt den Ressourcentyp.
{
"@odata.type": "#microsoft.graph.security.emailContentThreatSubmission",
"id": "String (identifier)",
"tenantId": "String",
"createdDateTime": "String (timestamp)",
"contentType": "String",
"category": "String",
"source": "String",
"createdBy": {
"@odata.type": "microsoft.graph.security.submissionUserIdentity"
},
"status": "String",
"result": {
"@odata.type": "microsoft.graph.security.submissionResult"
},
"adminReview": {
"@odata.type": "microsoft.graph.security.submissionAdminReview"
},
"clientSource": "String",
"recipientEmailAddress": "String",
"internetMessageId": "String",
"subject": "String",
"sender": "String",
"senderIP": "String",
"receivedDateTime": "String (timestamp)",
"originalCategory": "String",
"attackSimulationInfo": {
"@odata.type": "microsoft.graph.security.attackSimulationInfo"
},
"tenantAllowOrBlockListAction": {
"@odata.type": "microsoft.graph.security.tenantAllowOrBlockListAction"
},
"fileContent": "String"
}