appleAppListItem リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

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

管理された Apple アプリケーションの一覧にあるアプリを表します。

appListItem から継承

プロパティ

プロパティ 説明
name String アプリケーション名appListItemから継承
publisher String アプリケーションの発行元appListItemから継承
appStoreUrl String アプリケーションのストア URL appListItemから継承
appId String アプリケーションのアプリケーションまたはバンドル識別子appListItemから継承

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.appleAppListItem",
  "name": "String",
  "publisher": "String",
  "appStoreUrl": "String",
  "appId": "String"
}