mobileAppIntentAndStateDetail リソースの種類
名前空間: microsoft.graph
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
特定のデバイスのモバイル アプリの意図とインストール状態。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| applicationId | 文字列型 (String) | MobieApp 識別子。 |
| displayName | String | 管理者が提供またはインポートしたアプリのタイトル。 |
| mobileAppIntent | mobileAppIntent | モバイル アプリの意図。 可能な値は、available、notAvailable、requiredInstall、requiredUninstall、requiredAndAvailableInstall、availableInstallWithoutEnrollment、exclude です。 |
| displayVersion | String | アプリケーションの人間が読み取り可能なバージョン |
| installState | resultantAppState | アプリのインストール状態。 可能な値は、installed、failed、notInstalled、uninstallFailed、pendingInstall、unknown、notApplicable です。 |
| supportedDeviceTypes | mobileAppSupportedDeviceType コレクション | アプリでサポートされているプラットフォーム。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.mobileAppIntentAndStateDetail",
"applicationId": "String",
"displayName": "String",
"mobileAppIntent": "String",
"displayVersion": "String",
"installState": "String",
"supportedDeviceTypes": [
{
"@odata.type": "microsoft.graph.mobileAppSupportedDeviceType",
"type": "String",
"minimumOperatingSystemVersion": "String",
"maximumOperatingSystemVersion": "String"
}
]
}
フィードバック
フィードバックの送信と表示