Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 2.32 KB

File metadata and controls

49 lines (39 loc) · 2.32 KB
title applicationImpactSummary resource type
description Represents a summary of an impacted application resource type 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

applicationImpactSummary resource type

Namespace: microsoft.graph.healthMonitoring

[!INCLUDE beta-disclaimer]

Represents a summary of an impacted application resource type for an alert in Microsoft Entra Health monitoring.

Inherits from directoryObjectImpactSummary.

Properties

Property Type Description
impactedCount String The number of resources impacted. The count could be an exhaustive count or a sampling count. Inherited from microsoft.graph.healthMonitoring.resourceImpactSummary.
impactedCountLimitExceeded Boolean Indicates whether impactedCount is exhaustive or a sampling. When this value is "true," the limit was exceeded and impactedCount represents a sampling. Otherwise, impactedCount represents the true number of impacts. Inherited from microsoft.graph.healthMonitoring.resourceImpactSummary.
resourceType String The type of resource that was impacted, which is application. Inherited from microsoft.graph.healthMonitoring.resourceImpactSummary.

Relationships

Relationship Type Description
resourceSampling microsoft.graph.directoryObject collection The collection of sampling resources that were impacted. Inherited from microsoft.graph.healthMonitoring.directoryObjectImpactSummary

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.healthMonitoring.applicationImpactSummary",
  "resourceType": "String",
  "impactedCount": "Integer",
  "impactedCountLimitExceeded": "Boolean"
}