Creates an attestor
, and returns a copy of the new attestor
. Returns NOT_FOUND if the project does not exist, INVALID_ARGUMENT if the request is malformed, ALREADY_EXISTS if the attestor
already exists.
HTTP request
POST https://binaryauthorization.googleapis.com/v1alpha2/{parent=projects/*}/attestors
The URL uses gRPC Transcoding syntax.
Path parameters
Query parameters
| Parameters | |
|---|---|
attestorId
|
Required. The |
Request body
The request body contains an instance of Attestor
.
Response body
If successful, the response body contains a newly created instance of Attestor
.
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .

