entitiesSummary resource type
Namespace: microsoft.graph.networkaccess
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.
Contains information about unique connectivity entities.
Properties
Property | Type | Description |
---|---|---|
deviceCount | Int64 | The number of unique devices that were seen. |
trafficType | microsoft.graph.networkaccess.trafficType | The traffic classification. The possible values are: internet , private , microsoft365 , all . |
userCount | Int64 | The number of unique Microsoft Entra ID users that were seen. |
workloadCount | Int64 | The number of unique target workloads/hosts that were seen. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.networkaccess.entitiesSummary",
"trafficType": "String",
"userCount": "Integer",
"deviceCount": "Integer",
"workloadCount": "Integer"
}