Skip to content

Latest commit

 

History

History
74 lines (65 loc) · 2.12 KB

security-emailurlthreatsubmission.md

File metadata and controls

74 lines (65 loc) · 2.12 KB
title description author ms.localizationpriority ms.subservice doc_type
emailUrlThreatSubmission resource type
Represents a threat submission object created when the submission is made using the email URL.
caigen
medium
security
resourcePageType

emailUrlThreatSubmission resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Represents a threat submission object created when the submission is made using the email URL.

Inherits from emailThreatSubmission.

Properties

Property Type Description
messageUrl String Specifies the url of the message to be submitted.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@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"
}