mobileAppIntentAndStateDetail リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注: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"
}
]
}