Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.59 KB

security-submissionadminreview.md

File metadata and controls

43 lines (35 loc) · 1.59 KB
title description author ms.localizationpriority ms.subservice doc_type
submissionAdminReview resource type
Represents admin review information for threat submission
caigen
medium
security
resourcePageType

submissionAdminReview resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Represents admin review information for a threat submission. Currently, only a user reported email threat submission is supported and can be reviewed by an administrator.

Properties

Property Type Description
reviewBy String Specifies who reviewed the email. The identification is an email ID or other identity strings.
reviewDateTime DateTimeOffset Specifies the date time when the review occurred.
reviewResult submissionResultCategory Specifies what the review result was. The possible values are: notJunk, spam, phishing, malware, allowedByPolicy, blockedByPolicy, spoof, unknown, noResultAvailable, and unknownFutureValue.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.security.submissionAdminReview",
  "reviewDateTime": "String (timestamp)",
  "reviewResult": "String",
  "reviewBy": "String"
}