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
Important: APIs under the /beta version in Microsoft Graph are subject to change which could break your applications. While Intune /beta APIs are supported by Microsoft, you should use these at your own discretion. In general, /beta APIs are not recommended for use in production applications. To determine whether an API is available in v1.0, use the Version selector
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Contains properties for the run summary of a device management script.
Methods
Method | Return Type | Description |
---|---|---|
Get deviceComplianceScriptRunSummary | deviceComplianceScriptRunSummary | Read properties and relationships of the deviceComplianceScriptRunSummary object. |
Update deviceComplianceScriptRunSummary | deviceComplianceScriptRunSummary | Update the properties of a deviceComplianceScriptRunSummary object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Key of the device compliance script run summary entity. This property is read-only. |
noIssueDetectedDeviceCount | Int32 | Number of devices for which the detection script did not find an issue and the device is healthy. Valid values -2147483648 to 2147483647 |
issueDetectedDeviceCount | Int32 | Number of devices for which the detection script found an issue. Valid values -2147483648 to 2147483647 |
detectionScriptErrorDeviceCount | Int32 | Number of devices on which the detection script execution encountered an error and did not complete. Valid values -2147483648 to 2147483647 |
detectionScriptPendingDeviceCount | Int32 | Number of devices which have not yet run the latest version of the device compliance script. Valid values -2147483648 to 2147483647 |
lastScriptRunDateTime | DateTimeOffset | Last run time for the script across all devices |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceComplianceScriptRunSummary",
"id": "String (identifier)",
"noIssueDetectedDeviceCount": 1024,
"issueDetectedDeviceCount": 1024,
"detectionScriptErrorDeviceCount": 1024,
"detectionScriptPendingDeviceCount": 1024,
"lastScriptRunDateTime": "String (timestamp)"
}