Edit

Share via


deviceManagementScriptRunSummary resource type

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 deviceManagementScriptRunSummary deviceManagementScriptRunSummary Read properties and relationships of the deviceManagementScriptRunSummary object.
Update deviceManagementScriptRunSummary deviceManagementScriptRunSummary Update the properties of a deviceManagementScriptRunSummary object.

Properties

Property Type Description
id String Key of the device management script run summary entity. This property is read-only.
successDeviceCount Int32 Success device count.
errorDeviceCount Int32 Error device count.
successUserCount Int32 Success user count.
errorUserCount Int32 Error user count.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceManagementScriptRunSummary",
  "id": "String (identifier)",
  "successDeviceCount": 1024,
  "errorDeviceCount": 1024,
  "successUserCount": 1024,
  "errorUserCount": 1024
}