userImpactSummary resource type

Namespace: microsoft.graph.healthMonitoring

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.

Represents a summary of an impacted user 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 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 impact, which is user. 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.userImpactSummary",
  "resourceType": "String",
  "impactedCount": "Integer",
  "impactedCountLimitExceeded": "Boolean"
}