ListAttestorsResponse

Response message for [BinauthzManagementService.ListAttestors][].

JSON representation
{
  "attestors": [
    {
      object (Attestor)
    }
  ],
  "nextPageToken": string
}
Fields
attestors[]

object (Attestor)

The list of attestors.

nextPageToken

string

A token to retrieve the next page of results. Pass this value in the ListAttestorsRequest.page_token field in the subsequent call to the ListAttestors method to retrieve the next page of results.