Skip to content

Latest commit

 

History

History
63 lines (54 loc) · 1.77 KB

File metadata and controls

63 lines (54 loc) · 1.77 KB
title fileUrlThreatSubmission resource type
description Represents file threat submission object created when a submission is made using a file URL.
author caigen
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 03/21/2024

fileUrlThreatSubmission resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Represents a file threat submission object created when a submission is made using a file URL. This API is reserved and isn't currently supported.

Inherits from fileThreatSubmission.

Properties

Property Type Description
fileUrl String It specifies the URL of the file that needs to be submitted.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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