BatchCreateAccessBindingsResponse

  • BatchCreateAccessBindingsResponse is the response message for the BatchCreateAccessBindings RPC.

  • The response contains an array named accessBindings, which holds the created access bindings.

  • Each item within the accessBindings array is an AccessBinding object.

Response message for BatchCreateAccessBindings RPC.

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

object (AccessBinding)

The access bindings created.