Microsoft Graph · Schema
deviceProtectionOverview
Hardware information of a given device.
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
Properties
| Name | Type | Description |
|---|---|---|
| cleanDeviceCount | number | Indicates number of devices reporting as clean |
| criticalFailuresDeviceCount | number | Indicates number of devices with critical failures |
| inactiveThreatAgentDeviceCount | number | Indicates number of devices with inactive threat agent |
| pendingFullScanDeviceCount | number | Indicates number of devices pending full scan |
| pendingManualStepsDeviceCount | number | Indicates number of devices with pending manual steps |
| pendingOfflineScanDeviceCount | number | Indicates number of pending offline scan devices |
| pendingQuickScanDeviceCount | number | Indicates the number of devices that have a pending full scan. Valid values -2147483648 to 2147483647 |
| pendingRestartDeviceCount | number | Indicates number of devices pending restart |
| pendingSignatureUpdateDeviceCount | number | Indicates number of devices with an old signature |
| totalReportedDeviceCount | number | Total device count. |
| unknownStateThreatAgentDeviceCount | number | Indicates number of devices with threat agent state as unknown |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.deviceProtectionOverview",
"title": "deviceProtectionOverview",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"cleanDeviceCount": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "Indicates number of devices reporting as clean",
"format": "int32"
},
"criticalFailuresDeviceCount": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "Indicates number of devices with critical failures",
"format": "int32"
},
"inactiveThreatAgentDeviceCount": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "Indicates number of devices with inactive threat agent",
"format": "int32"
},
"pendingFullScanDeviceCount": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "Indicates number of devices pending full scan",
"format": "int32"
},
"pendingManualStepsDeviceCount": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "Indicates number of devices with pending manual steps",
"format": "int32"
},
"pendingOfflineScanDeviceCount": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "Indicates number of pending offline scan devices",
"format": "int32"
},
"pendingQuickScanDeviceCount": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "Indicates the number of devices that have a pending full scan. Valid values -2147483648 to 2147483647",
"format": "int32"
},
"pendingRestartDeviceCount": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "Indicates number of devices pending restart",
"format": "int32"
},
"pendingSignatureUpdateDeviceCount": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "Indicates number of devices with an old signature",
"format": "int32"
},
"totalReportedDeviceCount": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "Total device count.",
"format": "int32"
},
"unknownStateThreatAgentDeviceCount": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "Indicates number of devices with threat agent state as unknown",
"format": "int32"
},
"@odata.type": {
"type": "string"
}
},
"description": "Hardware information of a given device."
}