Try the MCP server for Google Analytics. Install from
GitHub, and see the
announcement for more details.
BatchCreateAccessBindingsResponse
Stay organized with collections
Save and categorize content based on your preferences.
Response message for BatchCreateAccessBindings RPC.
JSON representation |
{
"accessBindings": [
{
object (AccessBinding )
}
]
} |
Fields |
accessBindings[] |
object (AccessBinding )
The access bindings created.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-02 UTC.
[null,null,["Last updated 2025-04-02 UTC."],[[["\u003cp\u003eThis documentation details the response message structure for the BatchCreateAccessBindings RPC.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes an \u003ccode\u003eaccessBindings\u003c/code\u003e field containing an array of created \u003ccode\u003eAccessBinding\u003c/code\u003e objects in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eEach \u003ccode\u003eAccessBinding\u003c/code\u003e object represents a newly created access binding, with further details available in the provided link.\u003c/p\u003e\n"]]],["The JSON representation of the BatchCreateAccessBindings response includes an array named `accessBindings`. Each element within this array is an `AccessBinding` object. The response's key action is providing a list of the newly created access bindings. The `accessBindings` field contains detailed information about each created access binding, and it is represented in an object format.\n"],null,["# BatchCreateAccessBindingsResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse message for BatchCreateAccessBindings RPC.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"accessBindings\": [ { object (/analytics/devguides/config/admin/v1/rest/v1alpha/accounts.accessBindings#AccessBinding) } ] } ``` |\n\n| Fields ||\n|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `accessBindings[]` | `object (`[AccessBinding](/analytics/devguides/config/admin/v1/rest/v1alpha/accounts.accessBindings#AccessBinding)`)` The access bindings created. |"]]