appListItem 资源类型
命名空间:microsoft.graph
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
表示托管应用程序列表中的应用
属性
属性 | 类型 | 说明 |
---|---|---|
name | String | 应用程序名称 |
publisher | String | 应用程序发布者 |
appStoreUrl | String | 应用程序的应用商店 URL |
appId | String | 应用程序或应用程序的捆绑标识符 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.appListItem",
"name": "String",
"publisher": "String",
"appStoreUrl": "String",
"appId": "String"
}