macOsVppAppRevokeLicensesActionResult リソースの種類

名前空間: microsoft.graph

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

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

MacOS Vpp Apps のアクションの結果を定義し、ActionResult の継承されたプロパティを含む。

プロパティ

プロパティ 説明
userId String アクションに関連付けられた UserId。
managedDeviceId String アクションに関連付けられた DeviceId。
totalLicensesCount Int32 取り消しが試行されたライセンスの数。
failedLicensesCount Int32 失効に失敗したライセンスの数。
actionFailureReason vppTokenActionFailureReason ライセンスの取り消しアクションの失敗の理由。 可能な値は、noneappleFailureinternalErrorexpiredVppTokenexpiredApplePushNotificationCertificate です。
actionName 文字列型 (String) アクション名
actionState actionState アクションの状態。 可能な値は、nonependingcanceledactivedonefailednotSupported です。
startDateTime DateTimeOffset アクションが開始された時刻
lastUpdatedDateTime DateTimeOffset アクション状態の最終更新時刻

リレーションシップ

なし

JSON 表記

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

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