Class: Grafeas::V1::DSSEAttestationOccurrence
- Inherits:
-
Object
- Object
- Grafeas::V1::DSSEAttestationOccurrence
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/dsse_attestation.rb
Overview
Deprecated. Prefer to use a regular Occurrence, and populate the Envelope at the top level of the Occurrence.
Instance Attribute Summary collapse
-
#envelope ⇒ ::Grafeas::V1::Envelope
If doing something security critical, make sure to verify the signatures in this metadata.
- #statement ⇒ ::Grafeas::V1::InTotoStatement
Instance Attribute Details
#envelope ⇒ ::Grafeas::V1::Envelope
Returns If doing something security critical, make sure to verify the signatures in this metadata.
54 55 56 57 |
# File 'proto_docs/grafeas/v1/dsse_attestation.rb', line 54 class DSSEAttestationOccurrence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#statement ⇒ ::Grafeas::V1::InTotoStatement
54 55 56 57 |
# File 'proto_docs/grafeas/v1/dsse_attestation.rb', line 54 class DSSEAttestationOccurrence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |