detectedApp リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
管理対象デバイスにインストールされている管理対象アプリまたは非管理対象アプリです。 非管理対象アプリは、会社所有のデバイスにのみ表示されます。
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| detectedApps のリスト | detectedApp コレクション | detectedApp オブジェクトのプロパティとリレーションシップをリストします。 |
| detectedApp の取得 | detectedApp | detectedApp オブジェクトのプロパティとリレーションシップを読み取ります。 |
| detectedApp の作成 | detectedApp | 新しい detectedApp オブジェクトを作成します。 |
| detectedApp の削除 | なし | detectedApp を削除します。 |
| detectedApp の更新 | detectedApp | detectedApp オブジェクトのプロパティを更新します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | 検出されたアプリケーションの一意識別子。 これは、アプリケーションの作成時に、Intune によって自動的に生成されます。 読み取り専用。 |
| displayName | String | 検出されたアプリケーションの名前。 読み取り専用です |
| version | String | 検出されたアプリケーションのバージョン。 読み取り専用です |
| sizeInByte | Int64 | 検出されたアプリケーションのサイズ (バイト単位)。 読み取り専用です |
| deviceCount | Int32 | このアプリケーションがインストールされているデバイスの数 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| managedDevices | managedDevice コレクション | 検出されたアプリケーションがインストールされているデバイス |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.detectedApp",
"id": "String (identifier)",
"displayName": "String",
"version": "String",
"sizeInByte": 1024,
"deviceCount": 1024
}
フィードバック
フィードバックの送信と表示