vppTokenRevokeLicensesActionResult 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 status of the revoke licenses action performed on the Apple Volume Purchase Program token.

Inherits from vppTokenActionResult

Properties

Property Type Description
actionName String Action name Inherited from vppTokenActionResult
actionState actionState State of the action Inherited from vppTokenActionResult. Possible values are: none, pending, canceled, active, done, failed, notSupported.
startDateTime DateTimeOffset Time the action was initiated Inherited from vppTokenActionResult
lastUpdatedDateTime DateTimeOffset Time the action state was last updated Inherited from vppTokenActionResult
totalLicensesCount Int32 A count of the number of licenses that were attempted to revoke.
failedLicensesCount Int32 A count of the number of licenses that failed to revoke.
actionFailureReason vppTokenActionFailureReason The reason for the revoke licenses action failure. Possible values are: none, appleFailure, internalError, expiredVppToken, expiredApplePushNotificationCertificate.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.vppTokenRevokeLicensesActionResult",
  "actionName": "String",
  "actionState": "String",
  "startDateTime": "String (timestamp)",
  "lastUpdatedDateTime": "String (timestamp)",
  "totalLicensesCount": 1024,
  "failedLicensesCount": 1024,
  "actionFailureReason": "String"
}