Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 1.72 KB

File metadata and controls

50 lines (42 loc) · 1.72 KB
title enrichment resource type
description Represents more context for an alert in Microsoft Entra Health monitoring.
author huatang92
ms.localizationpriority medium
ms.subservice entra-monitoring-health
doc_type resourcePageType
ms.date 10/09/2024

enrichment resource type

Namespace: microsoft.graph.healthMonitoring

[!INCLUDE beta-disclaimer]

Represents more context for an alert in Microsoft Entra Health monitoring.

Properties

Property Type Description
impacts microsoft.graph.healthMonitoring.resourceImpactSummary collection A collection of resource impact summaries that gives a high level view of the kind of resources that were impacted and to what degree.
state microsoft.graph.healthMonitoring.enrichmentState The current enrichment state of the alert. The possible values are: none, inProgress, enriched, unknownFutureValue.
supportingData microsoft.graph.healthMonitoring.supportingData A collection of supportingData locations that can be queried for debugging the alert.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.healthMonitoring.enrichment",
  "state": "String",
  "impacts": [
    {
      "@odata.type": "microsoft.graph.healthMonitoring.resourceImpactSummary"
    }
  ],
  "supportingData": {
    "@odata.type": "microsoft.graph.healthMonitoring.supportingData"
  }
}