Method: projects.attestors.create

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/v1/{parent=projects/*}/attestors

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent of this attestor.

Authorization requires the following IAM permission on the specified resource parent:

  • binaryauthorization.attestors.create

Query parameters

Parameters
attestorId

string

Required. The attestors ID.

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.