Die maximale Anzahl der zurückzugebenden Zugriffsbindungen. Der Dienst gibt möglicherweise weniger als diesen Wert zurück. Wenn keine Angabe erfolgt, werden maximal 200 Zugriffsbindungen zurückgegeben. Der Maximalwert beträgt 500. Für Werte über 500 wird eine Umwandlung von 500 auf 500 vorgenommen.
pageToken
string
Ein Seitentoken, das von einem vorherigen accessBindings.list-Aufruf empfangen wurde. Geben Sie diese an, um die nachfolgende Seite abzurufen. Beim Paginieren müssen alle anderen für accessBindings.list bereitgestellten Parameter mit dem Aufruf übereinstimmen, über den das Seitentoken bereitgestellt wurde.
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von ListAccessBindingsResponse.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-04-02 (UTC)."],[[["Lists all access bindings associated with a Google Analytics 4 account or property."],["The API request uses the HTTP GET method and requires specifying the parent account or property in the URL path."],["You can control the number of results and retrieve subsequent pages using query parameters for page size and page token."],["Authorization is necessary using specific OAuth scopes related to managing users in Google Analytics."]]],["This outlines the process for listing access bindings on an account or property via an HTTP GET request. The request URL structure uses gRPC Transcoding, and requires a `parent` path parameter specifying the account or property. Optional query parameters `pageSize` and `pageToken` control pagination. The request body must be empty. A successful response returns a `ListAccessBindingsResponse`. Authorization requires specific OAuth scopes, either `analytics.manage.users.readonly` or `analytics.manage.users`.\n"]]