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

Event representing an Apple Vpp Token Troubleshooting Event.

Inherits from deviceManagementTroubleshootingEvent

Methods

Method Return Type Description
List appleVppTokenTroubleshootingEvents appleVppTokenTroubleshootingEvent collection List properties and relationships of the appleVppTokenTroubleshootingEvent objects.
Get appleVppTokenTroubleshootingEvent appleVppTokenTroubleshootingEvent Read properties and relationships of the appleVppTokenTroubleshootingEvent object.
Create appleVppTokenTroubleshootingEvent appleVppTokenTroubleshootingEvent Create a new appleVppTokenTroubleshootingEvent object.
Delete appleVppTokenTroubleshootingEvent None Deletes a appleVppTokenTroubleshootingEvent.
Update appleVppTokenTroubleshootingEvent appleVppTokenTroubleshootingEvent Update the properties of a appleVppTokenTroubleshootingEvent object.

Properties

Property Type Description
id String UUID for the object Inherited from deviceManagementTroubleshootingEvent
eventDateTime DateTimeOffset Time when the event occurred . Inherited from deviceManagementTroubleshootingEvent
correlationId String Id used for tracing the failure in the service. Inherited from deviceManagementTroubleshootingEvent
troubleshootingErrorDetails deviceManagementTroubleshootingErrorDetails Object containing detailed information about the error and its remediation. Inherited from deviceManagementTroubleshootingEvent
eventName String Event Name corresponding to the Troubleshooting Event. It is an Optional field Inherited from deviceManagementTroubleshootingEvent
additionalInformation keyValuePair collection A set of string key and string value pairs which provides additional information on the Troubleshooting event Inherited from deviceManagementTroubleshootingEvent
tokenId String Apple Volume Purchase Program Token Identifier.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.appleVppTokenTroubleshootingEvent",
  "id": "String (identifier)",
  "eventDateTime": "String (timestamp)",
  "correlationId": "String",
  "troubleshootingErrorDetails": {
    "@odata.type": "microsoft.graph.deviceManagementTroubleshootingErrorDetails",
    "context": "String",
    "failure": "String",
    "failureDetails": "String",
    "remediation": "String",
    "resources": [
      {
        "@odata.type": "microsoft.graph.deviceManagementTroubleshootingErrorResource",
        "text": "String",
        "link": "String"
      }
    ]
  },
  "eventName": "String",
  "additionalInformation": [
    {
      "@odata.type": "microsoft.graph.keyValuePair",
      "name": "String",
      "value": "String"
    }
  ],
  "tokenId": "String"
}