vppTokenRevokeLicensesActionResult リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

Apple Volume Purchase Program トークンに対して実行されたライセンス取り消しアクションの状態。

vppTokenActionResult からの継承

プロパティ

プロパティ 説明
actionName String アクション名 vppTokenActionResult から継承
actionState actionState アクションの状態 vppTokenActionResult から継承します。 可能な値は、nonependingcanceledactivedonefailednotSupported です。
startDateTime DateTimeOffset アクションが開始された時刻 vppTokenActionResult から継承
lastUpdatedDateTime DateTimeOffset アクションの状態が最後に更新された時刻 vppTokenActionResult から継承
totalLicensesCount Int32 取り消しを試みたライセンスの数。
failedLicensesCount Int32 取り消しに失敗したライセンスの数。
actionFailureReason vppTokenActionFailureReason ライセンスの取り消しアクションの失敗の理由。 可能な値は、noneappleFailureinternalErrorexpiredVppTokenexpiredApplePushNotificationCertificate です。

リレーションシップ

なし

JSON 表記

以下は、リソースの JSON 表記です。

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