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
[[["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 endpoint creates a new attestor within a specified project, returning a copy of the newly created attestor."],["The HTTP request to create an attestor is a POST request to a URL that follows gRPC Transcoding syntax, with the project specified in the URL path."],["The request requires a parent parameter to identify the project and an attestorId parameter, with specific IAM permission (`binaryauthorization.attestors.create`) required to perform this operation."],["The request body must contain an instance of the `Attestor`, and the response body, upon success, will contain the newly created `Attestor`."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]