Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Represents a summary of entities for Global Secure Access reporting.
Properties
Property | Type | Description |
---|---|---|
deviceCount | Int64 | The number of devices in the summary. Required. |
trafficType | microsoft.graph.networkaccess.trafficType | The type of network traffic summarized. Required. The possible values are: internet , private , microsoft365 , all , unknownFutureValue . |
userCount | Int64 | The number of users in the summary. Required. |
workloadCount | Int64 | The number of workloads in the summary. Required. |
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"
}