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.
[[["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 2025-05-30 UTC."],[[["\u003cp\u003eThis endpoint retrieves a list of attestors associated with a specific project.\u003c/p\u003e\n"],["\u003cp\u003eThe request utilizes HTTP \u003ccode\u003eGET\u003c/code\u003e method with a specific URL structure that requires a project name as a path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe request accepts optional query parameters, \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e, for controlling pagination of the results.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and the response returns a \u003ccode\u003eListAttestorsResponse\u003c/code\u003e object if successful.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this endpoint requires the \u003ccode\u003ebinaryauthorization.attestors.list\u003c/code\u003e IAM permission on the project, as well as the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: projects.attestors.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nLists [attestors](/binary-authorization/docs/reference/rest/Shared.Types/Attestor). Returns INVALID_ARGUMENT if the project does not exist.\n\n### HTTP request\n\n`GET https://binaryauthorization.googleapis.com/v1beta1/{parent=projects/*}/attestors`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [ListAttestorsResponse](/binary-authorization/docs/reference/rest/Shared.Types/ListAttestorsResponse).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]