userAppInstallStatus リソースの種類

名前空間: microsoft.graph

重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。

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

ユーザーのインストール状態のプロパティを格納します。 これは 2023 年 5 月に非推奨となる予定です

メソッド

メソッド 戻り値の型 説明
userAppInstallStatuses の一覧表示 userAppInstallStatus コレクション userAppInstallStatus オブジェクトのプロパティとリレーションシップを一覧表示します。
userAppInstallStatus の取得 userAppInstallStatus userAppInstallStatus オブジェクトのプロパティとリレーションシップを読み取ります。
userAppInstallStatus の作成 userAppInstallStatus 新しい userAppInstallStatus オブジェクトを作成します。
userAppInstallStatus を削除する なし userAppInstallStatus を削除します。
userAppInstallStatus を更新する userAppInstallStatus userAppInstallStatus オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String エンティティのキー。
userName String ユーザー名です。
userPrincipalName String ユーザー プリンシパル名。
installedDeviceCount Int32 インストールされたデバイスの数です。
failedDeviceCount Int32 失敗したデバイスの数です。
notInstalledDeviceCount Int32 インストールされていないデバイスの数です。

リレーションシップ

リレーションシップ 説明
アプリ mobileApp モバイル アプリへのナビゲーション リンク。
deviceStatuses mobileAppInstallStatus コレクション デバイスへのアプリのインストール状態。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.userAppInstallStatus",
  "id": "String (identifier)",
  "userName": "String",
  "userPrincipalName": "String",
  "installedDeviceCount": 1024,
  "failedDeviceCount": 1024,
  "notInstalledDeviceCount": 1024
}