win32LobAppReturnCode resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Contains return code properties for a Win32 App

Properties

Property Type Description
returnCode Int32 Return code.
type win32LobAppReturnCodeType The type of return code. Possible values are: failed, success, softReboot, hardReboot, retry.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.win32LobAppReturnCode",
  "returnCode": 1024,
  "type": "String"
}