名前空間: microsoft.graph
大事な:Microsoft では/beta API Intuneサポートされていますが、変更の頻度が高くなります。 可能であれば、バージョン 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
}