deviceManagementScriptRunSummary resource type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
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
}