Skip to content

Latest commit

 

History

History
62 lines (53 loc) · 1.73 KB

security-filecontentthreatsubmission.md

File metadata and controls

62 lines (53 loc) · 1.73 KB
title description author ms.localizationpriority ms.subservice doc_type
fileContentThreatSubmission resource type
Represents a threat submission object created when the submission is made using the content of a file.
caigen
medium
security
resourcePageType

fileContentThreatSubmission resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Represents a threat submission object created when the submission is made using the content of a file.

Inherits from fileThreatSubmission.

Properties

Property Type Description
fileContent String It specifies the file content in base 64 format.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.fileContentThreatSubmission",
  "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",
  "fileName": "String",
  "fileContent": "String"
}