BatchCreateAccessBindingsResponse

  • This documentation details the response message structure for the BatchCreateAccessBindings RPC.

  • The response includes an accessBindings field containing an array of created AccessBinding objects in JSON format.

  • Each AccessBinding object represents a newly created access binding, with further details available in the provided link.

Response message for BatchCreateAccessBindings RPC.

JSON representation
{
  "accessBindings": [
    {
      object (AccessBinding)
    }
  ]
}
Fields
accessBindings[]

object (AccessBinding)

The access bindings created.