Maksymalna liczba zwracanych powiązań dostępu. Usługa może zwrócić mniej niż ta wartość. Jeśli nie podasz tej wartości, zwróci się maksymalnie 200 powiązań dostępu. Maksymalna wartość to 500. Wartości powyżej 500 zostaną skonwertowane na 500.
pageToken
string
Token strony otrzymany z poprzedniego wywołania funkcji accessBindings.list. Podaj ten parametr, aby pobrać kolejną stronę. Podczas podziału na strony wszystkie inne parametry przekazane do funkcji accessBindings.list muszą być zgodne z wywołaniem, które dostarczyło token strony.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-01-14 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"]]