次の方法で共有


mobileApp リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

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

Intune モバイル アプリの基本プロパティを含む抽象クラスです。

メソッド

メソッド 戻り値の型 説明
mobileApps のリスト mobileApp コレクション mobileApp オブジェクトのプロパティとリレーションシップをリストします。
MobileApp の取得 mobileApp mobileApp オブジェクトのプロパティとリレーションシップを読み取ります。
アプリ
assign アクション なし
getMobileAppCount 関数 Int64
getTopMobileApps 関数 mobileApp コレクション
updateRelationships アクション なし
getRelatedAppStates 関数 mobileAppRelationshipState コレクション
ポリシー セット
hasPayloadLinks アクション hasPayloadLinkResultItem コレクション

プロパティ

プロパティ 説明
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 アプリ用のメモ。
uploadState Int32 アップロードの状態。
publishingState mobileAppPublishingState アプリの発行の状態。 アプリが発行されていない限り、アプリを割り当てることができません。 可能な値は notPublishedprocessingpublished です。
isAssigned ブール型 アプリが少なくとも 1 つのグループに割り当てられているかどうかを示す値。
roleScopeTagIds String collection このモバイル アプリのスコープ タグ ID の一覧。
dependentAppCount Int32 子アプリに含まれる依存関係の合計数。

リレーションシップ

リレーションシップ 説明
アプリ
categories mobileAppCategory コレクション このアプリのカテゴリのリストです。
assignments mobileAppAssignment コレクション このモバイル アプリのグループ割り当てのリスト。
installSummary mobileAppInstallSummary モバイル アプリ インストール概要です。
deviceStatuses mobileAppInstallStatus コレクション このモバイル アプリのインストール状態の一覧。
userStatuses userAppInstallStatus コレクション このモバイル アプリのインストール状態の一覧。
関係 mobileAppRelationship コレクション このモバイル アプリのリレーションシップの一覧。

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",
  "uploadState": 1024,
  "publishingState": "String",
  "isAssigned": true,
  "roleScopeTagIds": [
    "String"
  ],
  "dependentAppCount": 1024
}