Method: customers.policies.groups.listGroupPriorityOrdering

检索应用的群组优先级排序。目标应用必须在 PolicyTargetKey 中的 additionalTargetKeyNames 中提供。如果失败,请求将返回错误详情作为 google.rpc.Status.

HTTP 请求

POST https://chromepolicy.googleapis.com/v1/{customer=customers/*}/policies/groups:listGroupPriorityOrdering

网址采用 gRPC 转码语法。

路径参数

参数
customer

string

必需。Google Workspace 账号的 ID,或者是“my_customer”。

请求正文

请求正文中包含结构如下的数据:

JSON 表示法
{
  "policyTargetKey": {
    object (PolicyTargetKey)
  },
  "policyNamespace": string,
  "policySchema": string
}
字段
policyTargetKey

object (PolicyTargetKey)

必需。我们要检索其群组优先级排序的目标的键。目标资源必须指向应用。

policyNamespace

string

请求的政策类型的命名空间。

policySchema

string

请求的政策的架构名称。

响应正文

用于列出应用的群组优先级排序的响应消息。

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

JSON 表示法
{
  "policyTargetKey": {
    object (PolicyTargetKey)
  },
  "policyNamespace": string,
  "policySchema": string,
  "groupIds": [
    string
  ]
}
字段
policyTargetKey

object (PolicyTargetKey)

仅限输出。已检索到其群组优先级排序的目标资源。

policyNamespace

string

仅限输出。群组 ID 的政策类型的命名空间。

policySchema

string

仅限输出。群组 ID 的政策的架构名称。

groupIds[]

string

仅限输出。群组 ID,按优先级排序。

授权范围

需要以下 OAuth 范围之一:

  • https://www.googleapis.com/auth/chrome.management.policy.readonly
  • https://www.googleapis.com/auth/chrome.management.policy