Bắt buộc. Định dạng: - tài khoản/{account} - thuộc tính/{thuộc tính}
Tham số truy vấn
Tham số
pageSize
integer
Số lượng liên kết quyền truy cập tối đa cần trả về. Dịch vụ có thể trả về ít hơn giá trị này. Nếu không chỉ định, sẽ có tối đa 200 liên kết quyền truy cập được trả về. Giá trị tối đa là 500; các giá trị trên 500 sẽ bị buộc thành 500.
pageToken
string
Mã thông báo trang, nhận được từ lệnh gọi accessBindings.list trước đó. Cung cấp URL này để truy xuất trang tiếp theo. Khi phân trang, tất cả các tham số khác được cung cấp cho accessBindings.list phải khớp với lệnh gọi đã cung cấp mã thông báo trang.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-04-02 UTC."],[[["Lists all access bindings, which control user permissions, for a given Google Analytics 4 property or account."],["The API request requires specifying the parent property or account using the `parent` path parameter."],["You can control the number of results and retrieve subsequent pages using the `pageSize` and `pageToken` query parameters."],["Requires authorization with specific OAuth scopes to manage or view user access."]]],["This document outlines how to list access bindings for Google Analytics accounts or properties. A `GET` request is sent to a specified URL, including a required `parent` path parameter (account or property ID). Optional query parameters `pageSize` (max 500) and `pageToken` (for pagination) can be used. The request body is empty. A successful response returns a `ListAccessBindingsResponse`. The request requires specific OAuth scopes for read or manage user permissions.\n"]]