Skip to main content

attestors

Overview

Nameattestors
TypeResource
Idgoogle.binaryauthorization.attestors

Fields

NameDatatypeDescription
namestringRequired. The resource name, in the format: projects/*/attestors/*. This field may not be updated.
descriptionstringOptional. A descriptive comment. This field may be updated. The field may be displayed in chooser dialogs.
etagstringOptional. A checksum, returned by the server, that can be sent on update requests to ensure the attestor has an up-to-date value before attempting to update it. See https://google.aip.dev/154.
updateTimestringOutput only. Time when the attestor was last updated.
userOwnedGrafeasNoteobjectAn user owned Grafeas note references a Grafeas Attestation.Authority Note created by the user.

Methods

NameAccessible byRequired ParamsDescription
getSELECTattestorsId, projectsIdGets an attestor. Returns NOT_FOUND if the attestor does not exist.
listSELECTprojectsIdLists attestors. Returns INVALID_ARGUMENT if the project does not exist.
createINSERTprojectsIdCreates 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.
deleteDELETEattestorsId, projectsIdDeletes an attestor. Returns NOT_FOUND if the attestor does not exist.
_listEXECprojectsIdLists attestors. Returns INVALID_ARGUMENT if the project does not exist.
updateEXECattestorsId, projectsIdUpdates an attestor. Returns NOT_FOUND if the attestor does not exist.
validate_attestation_occurrenceEXECattestorsId, projectsIdReturns whether the given Attestation for the given image URI was signed by the given Attestor