Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.28 KB

File metadata and controls

46 lines (37 loc) · 1.28 KB
title recommendedAction resource type
description Represents recommended actions for a tenant based on the attack simulation and training campaign to improve its security posture.
author stuartcl
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 07/22/2024

recommendedAction resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE informationprotection-deprecate]

Represents recommended actions for a tenant based on the attack simulation and training campaign to improve its security posture.

Properties

Property Type Description
actionWebUrl String Web URL to the recommended action.
potentialScoreImpact Double Potential improvement in the tenant security score from the recommended action.
title String Title of the recommended action.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.recommendedAction",
  "actionWebUrl": "String",
  "potentialScoreImpact": "Double",
  "title": "String"
}