Skip to content

Latest commit

 

History

History
54 lines (45 loc) · 2.68 KB

File metadata and controls

54 lines (45 loc) · 2.68 KB
title directoryObjectImpactSummary resource type
description Represents a summary of an impacted resource in the directory object type.
author huatang92
ms.localizationpriority medium
ms.subservice entra-monitoring-health
doc_type resourcePageType
ms.date 10/09/2024

directoryObjectImpactSummary resource type

Namespace: microsoft.graph.healthMonitoring

[!INCLUDE beta-disclaimer]

Represents a summary of an impacted resource in the directory (Microsoft Entra ID) object type. This type is an abstract type from which the following resources inherit:

Inherits from resourceImpactSummary.

Properties

Property Type Description
impactedCount String The number of resources impacted. The number 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. Examples include user, group, application, servicePrincipal, device. Inherited from microsoft.graph.healthMonitoring.resourceImpactSummary.

Relationships

Relationship Type Description
resourceSampling microsoft.graph.directoryObject collection The collection of sampling resources that were impacted. Supports $expand.

JSON representation

The following JSON representation shows the resource type.

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