| 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 |
Namespace: microsoft.graph.healthMonitoring
[!INCLUDE beta-disclaimer]
Represents more context for an alert in Microsoft Entra Health monitoring.
| 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. |
None.
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"
}
}