SBOMReferenceOccurrence class
The occurrence representing an SBOM reference as applied to a specific resource.
The occurrence follows the DSSE specification. See https://github.com/secure-systems-lab/dsse/blob/master/envelope.md for more details.
Constructors
-
SBOMReferenceOccurrence({SbomReferenceIntotoPayload? payload, String? payloadType, List<
EnvelopeSignature> ? signatures}) - SBOMReferenceOccurrence.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- payload ↔ SbomReferenceIntotoPayload?
-
The actual payload that contains the SBOM reference data.
getter/setter pair
- payloadType ↔ String?
-
The kind of payload that SbomReferenceIntotoPayload takes.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
signatures
↔ List<
EnvelopeSignature> ? -
The signatures over the payload.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited