[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-02-19 (世界標準時間)。"],[[["Lists policies associated with a specific enterprise."],["Uses a GET request to retrieve policy information."],["Includes pagination to handle large result sets."],["Requires authorization with the `https://www.googleapis.com/auth/androidmanagement` scope."],["Response provides a list of policies and a token for retrieving further pages if available."]]],["This document details how to list policies for an enterprise using a `GET` request to `https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/policies`. The `parent` path parameter specifies the enterprise. Optional query parameters `pageSize` and `pageToken` control pagination. The request body must be empty. The successful response includes a list of `policies` and a `nextPageToken` for retrieving further results, represented in JSON format. This action requires the `https://www.googleapis.com/auth/androidmanagement` authorization scope.\n"]]