windowsPackageInformation 资源类型
命名空间:microsoft.graph
重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
包含业务线应用的程序包Windows的属性。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| applicableArchitecture | windowsArchitecture | 可Windows应用的体系结构。 可取值为:none、x86、x64、arm、neutral、arm64。 |
| displayName | String | 显示名称。 |
| identityName | String | 标识名称。 |
| identityPublisher | String | Identity Publisher。 |
| identityResourceIdentifier | String | 标识资源标识符。 |
| identityVersion | String | 标识版本。 |
| minimumSupportedOperatingSystem | windowsMinimumOperatingSystem | 最低适用操作系统的值。 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.windowsPackageInformation",
"applicableArchitecture": "String",
"displayName": "String",
"identityName": "String",
"identityPublisher": "String",
"identityResourceIdentifier": "String",
"identityVersion": "String",
"minimumSupportedOperatingSystem": {
"@odata.type": "microsoft.graph.windowsMinimumOperatingSystem",
"v8_0": true,
"v8_1": true,
"v10_0": true,
"v10_1607": true,
"v10_1703": true,
"v10_1709": true,
"v10_1803": true,
"v10_1809": true,
"v10_1903": true,
"v10_1909": true,
"v10_2004": true,
"v10_2H20": true,
"v10_21H1": true
}
}
反馈
提交和查看相关反馈