BatchGetAccessBindingsResponse

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

  • The response includes an accessBindings array containing objects representing individual AccessBindings, as defined in the provided schema link.

  • Each AccessBinding object provides information about access permissions, following the structure specified in the linked documentation.

Response message for BatchGetAccessBindings RPC.

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

object (AccessBinding)

The requested access bindings.