emailUrlThreatSubmission-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 ein Bedrohungsübermittlungsobjekt dar, das erstellt wird, wenn die Übermittlung mithilfe der E-Mail-URL erfolgt.
Erbt von emailThreatSubmission.
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
messageUrl | Zeichenfolge | Gibt die URL der nachricht an, die übermittelt werden soll. |
Beziehungen
Keine.
JSON-Darstellung
Die folgende JSON-Darstellung zeigt den Ressourcentyp.
{
"@odata.type": "#microsoft.graph.security.emailUrlThreatSubmission",
"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"
},
"messageUrl": "String"
}