ערוך

שתף באמצעות


recommendedAction resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Caution

The Information Protection labels API is deprecated and will stop returning data on January 1, 2023. Please use the new informationProtection, sensitivityLabel, and associated resources.

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"
}