创建 officeSuiteApp
命名空间:microsoft.graph
重要: Microsoft /beta 版本下的 Graph API 可能会发生更改;不支持生产使用。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
创建新的 officeSuiteApp 对象。
此 API 可用于以下国家级云部署。
全局服务 | 美国政府 L4 | 美国政府 L5 (DOD) | 由世纪互联运营的中国 |
---|---|---|---|
✅ | ✅ | ✅ | ✅ |
权限
要调用此 API,需要以下权限之一。 若要了解详细信息,包括如何选择权限的信息,请参阅权限。
权限类型 | 权限(从最低特权到最高特权) |
---|---|
委派(工作或学校帐户) | DeviceManagementConfiguration.ReadWrite.All、DeviceManagementApps.ReadWrite.All |
委派(个人 Microsoft 帐户) | 不支持。 |
应用程序 | DeviceManagementConfiguration.ReadWrite.All、DeviceManagementApps.ReadWrite.All |
HTTP 请求
POST /deviceAppManagement/mobileApps
请求标头
标头 | 值 |
---|---|
Authorization | 持有者 {token}。 必填。 详细了解 身份验证和授权。 |
接受 | application/json |
请求正文
在请求正文中,提供 officeSuiteApp 对象的 JSON 表示形式。
下表显示了创建 officeSuiteApp 时所需的属性。
属性 | 类型 | 说明 |
---|---|---|
id | String | 实体的键。 此属性是只读的。 继承自 mobileApp |
displayName | String | 管理员提供或导入的应用标题。 继承自 mobileApp |
description | String | 应用的说明。 继承自 mobileApp |
publisher | String | 应用的发布者。 继承自 mobileApp |
largeIcon | mimeContent | 要显示在应用详细信息中并用于图标上传的大图标。 继承自 mobileApp |
createdDateTime | DateTimeOffset | 创建应用的日期和时间。 此属性是只读的。 继承自 mobileApp |
lastModifiedDateTime | DateTimeOffset | 上次修改应用的日期和时间。 此属性是只读的。 继承自 mobileApp |
isFeatured | Boolean | 指示应用是否被管理员标记为特色的值。继承自 mobileApp |
privacyInformationUrl | String | 隐私声明 URL。 继承自 mobileApp |
informationUrl | String | 详细信息 URL。 继承自 mobileApp |
owner | String | 应用的所有者。 继承自 mobileApp |
developer | String | 应用的开发者。 继承自 mobileApp |
notes | String | 应用的备注。 继承自 mobileApp |
uploadState | Int32 | 上传状态。 可能的值为:0 - Not Ready 、1 - Ready 、2 - Processing 。 此属性是只读的。 继承自 mobileApp |
publishingState | mobileAppPublishingState | 应用的发布状态。 除非应用已发布,否则无法分配应用。 此属性是只读的。 继承自 mobileApp。 可取值为:notPublished 、processing 、published 。 |
isAssigned | 布尔值 | 指示应用是否至少分配给一个组的值。 此属性是只读的。 继承自 mobileApp |
roleScopeTagIds | 字符串集合 | 此移动应用的范围标记 ID 列表。 继承自 mobileApp |
dependentAppCount | Int32 | 子应用具有的依赖项总数。 此属性是只读的。 继承自 mobileApp |
supersedingAppCount | Int32 | 此应用直接或间接取代的应用总数。 此属性是只读的。 继承自 mobileApp |
supersedAppCount | Int32 | 此应用直接或间接取代的应用总数。 此属性是只读的。 继承自 mobileApp |
autoAcceptEula | 布尔值 | 在最终用户的设备上自动接受 EULA 的值。 |
productIds | officeProductId 集合 | 表示 Office365 套件 SKU 的产品 ID。 可能的值是:o365ProPlusRetail 、o365BusinessRetail 、visioProRetail 、projectProRetail 。 |
excludedApps | excludedApps | 属性,表示从所选 Office365 产品 ID 中排除的应用。 |
useSharedComputerActivation | 布尔值 | 属性,表示共享计算机激活是否不用于 Office365 应用套件。 |
updateChannel | officeUpdateChannel | 表示 Office365 更新通道的属性。 可取值为:none 、current 、deferred 、firstReleaseCurrent 、firstReleaseDeferred 、monthlyEnterprise 。 |
officeSuiteAppDefaultFileFormat | officeSuiteDefaultFileFormatType | 表示 Office365 默认文件格式类型的属性。 可能的值是:notConfigured 、officeOpenXMLFormat 、officeOpenDocumentFormat 、unknownFutureValue 。 |
officePlatformArchitecture | windowsArchitecture | 表示 Office365 应用套件版本的 属性。 可取值为:none 、x86 、x64 、arm 、neutral 、arm64 。 |
localesToInstall | 字符串集合 | 属性,表示安装来自 Office365 的应用时安装的区域设置。 它使用标准 RFC 6033。 参考: https://technet.microsoft.com/library/cc179219(v=office.16).aspx| |
installProgressDisplayLevel | officeSuiteInstallProgressDisplayLevel | 指定设备上安装进度安装程序 UI 的显示级别。 可取值为:none 、full 。 |
shouldUninstallOlderVersionsOfOffice | 布尔值 | 用于确定是否将 Office365 应用套件部署到设备时卸载现有 Office MSI 的属性。 |
targetVersion | String | 属性,表示应保留在设备上部署的 Office365 应用套件的特定目标版本。 |
updateVersion | String | 属性,表示特定目标版本可用于 Office365 应用套件的更新版本。 |
officeConfigurationXml | Binary | 表示可为 Office 专业增强版应用指定的 XML 配置文件的属性。 优先于所有其他属性。 如果存在,XML 配置文件将用于创建应用。 |
响应
如果成功,此方法在 201 Created
响应正文中返回响应代码和 officeSuiteApp 对象。
示例
请求
下面是一个请求示例。
POST https://graph.microsoft.com/beta/deviceAppManagement/mobileApps
Content-type: application/json
Content-length: 1736
{
"@odata.type": "#microsoft.graph.officeSuiteApp",
"displayName": "Display Name value",
"description": "Description value",
"publisher": "Publisher value",
"largeIcon": {
"@odata.type": "microsoft.graph.mimeContent",
"type": "Type value",
"value": "dmFsdWU="
},
"isFeatured": true,
"privacyInformationUrl": "https://example.com/privacyInformationUrl/",
"informationUrl": "https://example.com/informationUrl/",
"owner": "Owner value",
"developer": "Developer value",
"notes": "Notes value",
"uploadState": 11,
"publishingState": "processing",
"isAssigned": true,
"roleScopeTagIds": [
"Role Scope Tag Ids value"
],
"dependentAppCount": 1,
"supersedingAppCount": 3,
"supersededAppCount": 2,
"autoAcceptEula": true,
"productIds": [
"o365BusinessRetail"
],
"excludedApps": {
"@odata.type": "microsoft.graph.excludedApps",
"access": true,
"bing": true,
"excel": true,
"groove": true,
"infoPath": true,
"lync": true,
"oneDrive": true,
"oneNote": true,
"outlook": true,
"powerPoint": true,
"publisher": true,
"sharePointDesigner": true,
"teams": true,
"visio": true,
"word": true
},
"useSharedComputerActivation": true,
"updateChannel": "current",
"officeSuiteAppDefaultFileFormat": "officeOpenXMLFormat",
"officePlatformArchitecture": "x86",
"localesToInstall": [
"Locales To Install value"
],
"installProgressDisplayLevel": "full",
"shouldUninstallOlderVersionsOfOffice": true,
"targetVersion": "Target Version value",
"updateVersion": "Update Version value",
"officeConfigurationXml": "b2ZmaWNlQ29uZmlndXJhdGlvblhtbA=="
}
响应
下面是一个响应示例。 注意:为简洁起见,可能会截断此处显示的响应对象。 将从实际调用中返回所有属性。
HTTP/1.1 201 Created
Content-Type: application/json
Content-Length: 1908
{
"@odata.type": "#microsoft.graph.officeSuiteApp",
"id": "9b263b46-3b46-9b26-463b-269b463b269b",
"displayName": "Display Name value",
"description": "Description value",
"publisher": "Publisher value",
"largeIcon": {
"@odata.type": "microsoft.graph.mimeContent",
"type": "Type value",
"value": "dmFsdWU="
},
"createdDateTime": "2017-01-01T00:02:43.5775965-08:00",
"lastModifiedDateTime": "2017-01-01T00:00:35.1329464-08:00",
"isFeatured": true,
"privacyInformationUrl": "https://example.com/privacyInformationUrl/",
"informationUrl": "https://example.com/informationUrl/",
"owner": "Owner value",
"developer": "Developer value",
"notes": "Notes value",
"uploadState": 11,
"publishingState": "processing",
"isAssigned": true,
"roleScopeTagIds": [
"Role Scope Tag Ids value"
],
"dependentAppCount": 1,
"supersedingAppCount": 3,
"supersededAppCount": 2,
"autoAcceptEula": true,
"productIds": [
"o365BusinessRetail"
],
"excludedApps": {
"@odata.type": "microsoft.graph.excludedApps",
"access": true,
"bing": true,
"excel": true,
"groove": true,
"infoPath": true,
"lync": true,
"oneDrive": true,
"oneNote": true,
"outlook": true,
"powerPoint": true,
"publisher": true,
"sharePointDesigner": true,
"teams": true,
"visio": true,
"word": true
},
"useSharedComputerActivation": true,
"updateChannel": "current",
"officeSuiteAppDefaultFileFormat": "officeOpenXMLFormat",
"officePlatformArchitecture": "x86",
"localesToInstall": [
"Locales To Install value"
],
"installProgressDisplayLevel": "full",
"shouldUninstallOlderVersionsOfOffice": true,
"targetVersion": "Target Version value",
"updateVersion": "Update Version value",
"officeConfigurationXml": "b2ZmaWNlQ29uZmlndXJhdGlvblhtbA=="
}