ListAccessBindingsResponse

  • This documentation details the structure of the JSON response for the ListAccessBindings RPC.

  • The response includes a list of AccessBindings and a token for retrieving subsequent pages, if available.

  • AccessBindings within the response will be ordered, but the order itself is not guaranteed to be meaningful.

Response message for ListAccessBindings RPC.

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

object (AccessBinding)

List of AccessBindings. These will be ordered stably, but in an arbitrary order.

nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.