Lists attestors
. Returns INVALID_ARGUMENT
if the project does not exist.
HTTP request
GET https://binaryauthorization.googleapis.com/v1/{parent=projects/*}/attestors
The URL uses gRPC Transcoding syntax.
Path parameters
Query parameters
| Parameters | |
|---|---|
pageSize
|
Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
pageToken
|
A token identifying a page of results the server should return. Typically, this is the value of |
Request body
The request body must be empty.
Response body
Response message for BinauthzManagementServiceV1.ListAttestors
.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"attestors"
:
[
{
object (
|
| Fields | |
|---|---|
attestors[]
|
The list of |
nextPageToken
|
A token to retrieve the next page of results. Pass this value in the |
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .

