Required. The resource name of the project associated with the attestors, in the format projects/*.
Authorization requires the following IAM permission on the specified resource parent:
binaryauthorization.attestors.list
Query parameters
Parameters
pageSize
integer
Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
pageToken
string
A token identifying a page of results the server should return. Typically, this is the value of ListAttestorsResponse.next_page_token returned from the previous call to the attestors.list method.
A token to retrieve the next page of results. Pass this value in the ListAttestorsRequest.page_token field in the subsequent call to the attestors.list method to retrieve the next page of results.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-12 UTC."],[[["This webpage details the process of listing attestors within a project using the Binary Authorization API's `attestors.list` method, which returns an error if the project does not exist."],["The `GET` HTTP request utilizes gRPC Transcoding syntax with a required `parent` path parameter specifying the project resource name, formatted as `projects/*`, and requires specific IAM permission: `binaryauthorization.attestors.list`."],["Optional query parameters, `pageSize` and `pageToken`, are available to manage the number of results and navigate through paginated responses."],["The request body must be empty for this method, and successful responses will contain a JSON object with an `attestors` array of `Attestor` objects and a `nextPageToken` for subsequent page retrieval."],["Authorization for this operation requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]