Method: customers.configurations.list

列出客戶的設定。

HTTP 要求

GET https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/configurations

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
parent

string

必要欄位。管理所列設定的客戶。API 資源名稱,格式為 customers/[CUSTOMER_ID]

要求主體

要求主體必須為空白。

回應主體

如果成功,回應主體即會包含具有以下結構的資料:

客戶清單設定的回應訊息。

JSON 表示法
{
  "configurations": [
    {
      object (Configuration)
    }
  ]
}
欄位
configurations[]

object (Configuration)

設定。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/androidworkzerotouchemm

詳情請參閱 OAuth 2.0 總覽