次の方法で共有


mobileApp リソースの種類

名前空間: microsoft.graph

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

Intune モバイル アプリの基本プロパティを含む抽象クラスです。 注: $expand=assignments を使用したモバイル アプリの一覧表示は非推奨になりました。 代わりに、assignments$expandクエリを実行せずにアプリの一覧を取得します。 次に、個々のアプリケーションで拡張を実行します。

メソッド

メソッド 戻り値の型 説明
mobileApps のリスト mobileApp コレクション mobileApp オブジェクトのプロパティとリレーションシップをリストします。
MobileApp の取得 mobileApp mobileApp オブジェクトのプロパティとリレーションシップを読み取ります。
アクションの割り当て なし

プロパティ

プロパティ 説明
id String エンティティのキー。 このプロパティは読み取り専用です。
displayName String 管理者が提供またはインポートしたアプリのタイトルです。
description String アプリの説明。
publisher String アプリの発行元。
largeIcon mimeContent アプリの詳細に表示され、アイコンのアップロードに使用される大きいアイコン。
createdDateTime DateTimeOffset アプリが作成された日時。 このプロパティは読み取り専用です。
lastModifiedDateTime DateTimeOffset アプリが最後に変更された日時。 このプロパティは読み取り専用です。
isFeatured Boolean アプリが管理者のおすすめとしてマークされたかどうかを示す値。
privacyInformationUrl String プライバシーに関する声明の URL。
informationUrl String 詳細情報の URL。
owner String アプリの所有者。
developer String アプリの開発者。
notes String アプリ用のメモ。
publishingState mobileAppPublishingState アプリの発行の状態。 アプリが発行されていない限り、アプリを割り当てることができません。 このプロパティは読み取り専用です。 使用可能な値: notPublishedprocessingpublished

リレーションシップ

リレーションシップ 説明
categories mobileAppCategory コレクション このアプリのカテゴリのリストです。
assignments mobileAppAssignment コレクション このモバイル アプリのグループ割り当てのリスト。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.mobileApp",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "publisher": "String",
  "largeIcon": {
    "@odata.type": "microsoft.graph.mimeContent",
    "type": "String",
    "value": "binary"
  },
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "isFeatured": true,
  "privacyInformationUrl": "String",
  "informationUrl": "String",
  "owner": "String",
  "developer": "String",
  "notes": "String",
  "publishingState": "String"
}