Microsoft Graph · Schema

win32LobAppReturnCodeType

Indicates the type of return code.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwin32lobappreturncodetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.win32LobAppReturnCodeType",
  "title": "win32LobAppReturnCodeType",
  "enum": [
    "failed",
    "success",
    "softReboot",
    "hardReboot",
    "retry"
  ],
  "type": "string",
  "description": "Indicates the type of return code.",
  "x-ms-enum": {
    "name": "win32LobAppReturnCodeType",
    "modelAsString": false,
    "values": [
      {
        "value": "failed",
        "description": "Failed.",
        "name": "failed"
      },
      {
        "value": "success",
        "description": "Success.",
        "name": "success"
      },
      {
        "value": "softReboot",
        "description": "Soft-reboot is required.",
        "name": "softReboot"
      },
      {
        "value": "hardReboot",
        "description": "Hard-reboot is required.",
        "name": "hardReboot"
      },
      {
        "value": "retry",
        "description": "Retry.",
        "name": "retry"
      }
    ]
  }
}