Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.38 KB

AttestationGenericSignedAttestation.md

File metadata and controls

12 lines (8 loc) · 1.38 KB

AttestationGenericSignedAttestation

Properties

Name Type Description Notes
ContentType *AttestationGenericSignedAttestationContentType Type (for example schema) of the attestation payload that was signed. The verifier must ensure that the provided type is one that the verifier supports, and that the attestation payload is a valid instantiation of that type (for example by validating a JSON schema). [optional] [default to null]
SerializedPayload string The serialized payload that is verified by one or more `signatures`. The encoding and semantic meaning of this payload must match what is set in `content_type`. [optional] [default to null]
Signatures []Grafeasv1beta1Signature One or more signatures over `serialized_payload`. Verifier implementations should consider this attestation message verified if at least one `signature` verifies `serialized_payload`. See `Signature` in common.proto for more details on signature structure and verification. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]