[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["\u003cp\u003eThis documentation details the structure of the JSON response for the ListAccessBindings RPC.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes a list of AccessBindings and a token for retrieving subsequent pages, if available.\u003c/p\u003e\n"],["\u003cp\u003eAccessBindings within the response will be ordered, but the order itself is not guaranteed to be meaningful.\u003c/p\u003e\n"]]],["The `ListAccessBindings` RPC returns a JSON object containing a list of `accessBindings`. Each `accessBinding` is an object. The `nextPageToken` field, a string, provides a token to retrieve subsequent pages of `accessBindings`; if omitted, no further pages exist. The `accessBindings` are ordered in a stable, arbitrary manner. This response allows for paginated retrieval of access bindings.\n"],null,["# ListAccessBindingsResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse message for ListAccessBindings RPC.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"accessBindings\": [ { object (/analytics/devguides/config/admin/v1/rest/v1alpha/accounts.accessBindings#AccessBinding) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|--------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `accessBindings[]` | `object (`[AccessBinding](/analytics/devguides/config/admin/v1/rest/v1alpha/accounts.accessBindings#AccessBinding)`)` List of AccessBindings. These will be ordered stably, but in an arbitrary order. |\n| `nextPageToken` | `string` A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted, there are no subsequent pages. |"]]