Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.02 KB

File metadata and controls

42 lines (34 loc) · 1.02 KB
title affectedResource resource type
description Contains details of the resources that are affected by a security alert.
author manusidd
ms.localizationpriority medium
ms.subservice partner-customer-administration
doc_type resourcePageType
ms.date 04/22/2024

affectedResource resource type

Namespace: microsoft.graph.partner.security

[!INCLUDE beta-disclaimer]

Contains details of the resources that are affected by a security alert.

Properties

Property Type Description
resourceId String The resource path of the resource affected by the security alert.
resourceType String The type of resource.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.partner.security.affectedResource",
  "resourceId": "String",
  "resourceType": "String"
}