profile 安卓work_更新 androidWorkProfileCustomConfiguration

更新 androidWorkProfileCustomConfigurationUpdate androidWorkProfileCustomConfiguration

2020/9/22

本文内容

命名空间:microsoft.graphNamespace: microsoft.graph

注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

先决条件Prerequisites

要调用此 API,需要以下权限之一。要了解详细信息,包括如何选择权限的信息,请参阅权限。One of the following permissions is required to call this API. To learn more, including how to choose permissions, see Permissions.

权限类型Permission type

权限(从最高特权到最低特权)Permissions (from most to least privileged)

委派(工作或学校帐户)Delegated (work or school account)

DeviceManagementConfiguration.ReadWrite.AllDeviceManagementConfiguration.ReadWrite.All

委派(个人 Microsoft 帐户)Delegated (personal Microsoft account)

不支持。Not supported.

应用程序Application

不支持。Not supported.

HTTP 请求HTTP Request

PATCH /deviceManagement/deviceConfigurations/{deviceConfigurationId}

请求标头Request headers

标头Header

值Value

AuthorizationAuthorization

Bearer 。必需。Bearer Required.

接受Accept

application/jsonapplication/json

请求正文Request body

In the request body, supply a JSON representation for the androidWorkProfileCustomConfiguration object.

The following table shows the properties that are required when you create the androidWorkProfileCustomConfiguration.

属性Property

类型Type

说明Description

idid

StringString

实体的键。Key of the entity.

lastModifiedDateTimelastModifiedDateTime

DateTimeOffsetDateTimeOffset

上次修改对象的日期/时间。DateTime the object was last modified.

createdDateTimecreatedDateTime

DateTimeOffsetDateTimeOffset

创建对象的日期/时间。DateTime the object was created.

descriptiondescription

StringString

管理员提供的设备配置的说明。Admin provided description of the Device Configuration.

displayNamedisplayName

StringString

管理员提供的设备配置的名称。Admin provided name of the device configuration.

versionversion

Int32Int32

设备配置的版本。Version of the device configuration.

omaSettingsomaSettings

OMA 设置。OMA settings. 该集合最多可包含 500 个元素。This collection can contain a maximum of 500 elements.

响应Response

If successful, this method returns a 200 OK response code and an updated androidWorkProfileCustomConfiguration object in the response body.

示例Example

请求Request

下面是一个请求示例。Here is an example of the request.

PATCH https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/{deviceConfigurationId}

Content-type: application/json

Content-length: 413

{

"@odata.type": "#microsoft.graph.androidWorkProfileCustomConfiguration",

"description": "Description value",

"displayName": "Display Name value",

"version": 7,

"omaSettings": [

{

"@odata.type": "microsoft.graph.omaSettingInteger",

"displayName": "Display Name value",

"description": "Description value",

"omaUri": "Oma Uri value",

"value": 5

}

]

}

响应Response

下面是一个响应示例。注意:为了简单起见,可能会将此处所示的响应对象截断。将从实际调用中返回所有属性。Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.

HTTP/1.1 200 OK

Content-Type: application/json

Content-Length: 585

{

"@odata.type": "#microsoft.graph.androidWorkProfileCustomConfiguration",

"id": "76c5d59b-d59b-76c5-9bd5-c5769bd5c576",

"lastModifiedDateTime": "2017-01-01T00:00:35.1329464-08:00",

"createdDateTime": "2017-01-01T00:02:43.5775965-08:00",

"description": "Description value",

"displayName": "Display Name value",

"version": 7,

"omaSettings": [

{

"@odata.type": "microsoft.graph.omaSettingInteger",

"displayName": "Display Name value",

"description": "Description value",

"omaUri": "Oma Uri value",

"value": 5

}

]

}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值