| 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 |
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.
| Property | Type | Description |
|---|---|---|
| count | Int32 | Number of environments of this type. |
| kind | String | Environment type. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.aggregatedEnvironment",
"count": "Int32",
"kind": "String (identifier)"
}