iosHomeScreenApp リソースの種類

名前空間: microsoft.graph

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

ホーム画面上のアプリのアイコンを表します

iosHomeScreenItem からの継承

プロパティ

プロパティ 説明
displayName 文字列型 (String) アプリの名前。iosHomeScreenItem から継承
bundleID String isWebClip が false の場合はアプリの BundleID、isWebClip が true の場合は Web クリップの URL。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.iosHomeScreenApp",
  "displayName": "String",
  "bundleID": "String"
}