BatchUpdateAccessBindingsResponse

  • BatchUpdateAccessBindingsResponse is the response message for the BatchUpdateAccessBindings RPC.

  • The response contains an array of accessBindings, which are objects representing the updated access bindings.

Response message for BatchUpdateAccessBindings RPC.

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

object (AccessBinding)

The access bindings updated.