BatchGetAccessBindingsResponse

  • BatchGetAccessBindingsResponse is a response message for the BatchGetAccessBindings RPC.

  • The JSON representation includes an array of accessBindings.

  • The accessBindings field contains objects representing the requested access bindings.

Response message for BatchGetAccessBindings RPC.

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

object (AccessBinding)

The requested access bindings.