iosHomeScreenFolder リソースの種類

名前空間: microsoft.graph

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

ホーム画面のアプリと Web クリップのページを含むフォルダー。

iosHomeScreenItem からの継承

プロパティ

プロパティ 説明
displayName String アプリの名前。iosHomeScreenItem から継承
pages iosHomeScreenFolderPage コレクション アプリケーションまたは Web クリップである必要があるホーム画面レイアウト アイコンのページ。 このコレクションには、最大で 500 個の要素を含めることができます。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.iosHomeScreenFolder",
  "displayName": "String",
  "pages": [
    {
      "@odata.type": "microsoft.graph.iosHomeScreenFolderPage",
      "displayName": "String",
      "apps": [
        {
          "@odata.type": "microsoft.graph.iosHomeScreenApp",
          "displayName": "String",
          "bundleID": "String"
        }
      ]
    }
  ]
}