设置是启用或停用设备对 Google 服务的访问权限。 只有在 Google 管理控制台中启用了“在 Android 设备上强制执行 EMM 政策”后,设备状态才会生效。否则,系统会忽略设备状态,并允许所有设备访问 Google 服务。 只有由 Google 管理的用户支持此设置。
请求
HTTP 请求
PUT https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/users/userId/devices/deviceId/state
参数
| 参数名称 | 值 | 说明 | 
|---|---|---|
| 路径参数 | ||
| deviceId | string | 设备的 ID。 | 
| enterpriseId | string | 企业的 ID。 | 
| userId | string | 用户的 ID。 | 
授权
此请求需要获得以下范围的授权:
| 范围 | 
|---|
| https://www.googleapis.com/auth/androidenterprise | 
如需了解详情,请参阅身份验证和授权页面。
请求正文
在请求正文中,请按以下结构提供数据:
{
  "kind": "androidenterprise#deviceState",
  "accountState": string
}
    | 属性名称 | 值 | 说明 | 备注 | 
|---|---|---|---|
| accountState | string | Google 账号在设备上的状态。“已启用”表示设备上的 Google 账号可用于访问 Google 服务(包括 Google Play),前提是该账号处于“已停用”状态表示不能。新设备最初处于“已停用”状态状态。 可接受的值包括: 
 | |
| kind | string | 
响应
如果成功,此方法将返回采用以下结构的响应正文:
{
  "kind": "androidenterprise#deviceState",
  "accountState": string
}
    | 属性名称 | 值 | 说明 | 备注 | 
|---|---|---|---|
| accountState | string | Google 账号在设备上的状态。“已启用”表示设备上的 Google 账号可用于访问 Google 服务(包括 Google Play),前提是该账号处于“已停用”状态表示不能。新设备最初处于“已停用”状态状态。 可接受的值包括: 
 | |
| kind | string |