Method: enterprises.structures.list

列出由企业管理的结构。

HTTP 请求

GET https://smartdevicemanagement.googleapis.com/v1/{parent=enterprises/*}/structures

网址采用 gRPC 转码语法。

路径参数

参数
parent

string

列出其结构的父级企业。例如“enterprises/XYZ”。

查询参数

参数
filter

string

用于列出结构的可选过滤条件。

请求正文

请求正文必须为空。

响应正文

SmartDeviceManagementService.ListStructures 的响应消息

如果成功,响应正文将包含结构如下的数据:

JSON 表示法
{
  "structures": [
    {
      object (Structure)
    }
  ]
}
字段
structures[]

object (Structure)

结构列表。

授权范围

需要以下 OAuth 作用域:

  • https://www.googleapis.com/auth/sdm.service

有关详情,请参阅 OAuth 2.0 概览