ListAccessBindingsResponse

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.