deviceScopeActionResult 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.

The result of the triggered device scope action.

Properties

Property Type Description
deviceScopeAction deviceScopeAction The triggered action name. Possible values are: .
deviceScopeId String The unique identifier of the device scope the action was triggered on.
status deviceScopeActionStatus Indicates the status of the attempt device scope action. When succeeded, the action was succeessfully triggered, When failed, the action was failed to trigger. Possible values are: failed, succeeded, unknownFutureValue.
failedMessage String The message indicates the reason the device scope action failed to trigger.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceScopeActionResult",
  "deviceScopeAction": "String",
  "deviceScopeId": "String",
  "status": "String",
  "failedMessage": "String"
}