package grafeas.v1beta1.attestation

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Attestation

attestation.proto:124

Occurrence that represents a single "attestation". The authenticity of an Attestation can be verified using the attached signature. If the verifier trusts the public key of the signer, then verifying the signature is sufficient to establish trust. In this circumstance, the Authority to which this Attestation is attached is primarily useful for look-up (how to find this Attestation if you already know the Authority and artifact to be verified) and intent (which authority was this attestation intended to sign for).

Used in: Details

message Authority

attestation.proto:93

Note kind that represents a logical attestation "role" or "authority". For example, an organization might have one `Authority` for "QA" and one for "build". This Note is intended to act strictly as a grouping mechanism for the attached Occurrences (Attestations). This grouping mechanism also provides a security boundary, since IAM ACLs gate the ability for a principle to attach an Occurrence to a given Note. It also provides a single point of lookup to find all attached Attestation Occurrences, even if they don't all live in the same project.

Used in: Note

message Authority.Hint

attestation.proto:101

This submessage provides human-readable hints about the purpose of the Authority. Because the name of a Note acts as its resource reference, it is important to disambiguate the canonical name of the Note (which might be a UUID for security purposes) from "readable" names more suitable for debug output. Note that these hints should NOT be used to look up authorities in security sensitive contexts, such as when looking up Attestations to verify.

Used in: Authority

message Details

attestation.proto:111

Details of an attestation occurrence.

Used in: Occurrence

message PgpSignedAttestation

attestation.proto:27

An attestation wrapper with a PGP-compatible signature. This message only supports `ATTACHED` signatures, where the payload that is signed is included alongside the signature itself in the same file.

Used in: Attestation

enum PgpSignedAttestation.ContentType

attestation.proto:40

Type (for example schema) of the attestation payload that was signed.

Used in: PgpSignedAttestation