Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.13 KB

File metadata and controls

43 lines (35 loc) · 1.13 KB
title aggregatedEnvironment resource type
description Represents grouped environments by type within a specific zone.
author Yarinle4
ms.date 11/26/2025
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType

aggregatedEnvironment resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Represents grouped environments by type within a specific zone. These aggregations provide a quick summary of how many environments of each type are attached to a zone.

Properties

Property Type Description
count Int32 Number of environments of this type.
kind String Environment type.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.aggregatedEnvironment",
  "count": "Int32",
  "kind": "String (identifier)"
}