[[["わかりやすい","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 UTC。"],[[["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"]]