$SbomReferenceIntotoPredicate class

Used by:

  • containeranalysis:v1 : SbomReferenceIntotoPredicate
  • ondemandscanning:v1 : SbomReferenceIntotoPredicate

Constructors

$SbomReferenceIntotoPredicate({Map<String, String>? digest, String? location, String? mimeType, String? referrerId})
$SbomReferenceIntotoPredicate.fromJson(Map json_)

Properties

digest ↔ Map<String, String>?
A map of algorithm to digest of the contents of the SBOM.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
location ↔ String?
The location of the SBOM.
getter/setter pair
mimeType ↔ String?
The mime type of the SBOM.
getter/setter pair
referrerId ↔ String?
The person or system referring this predicate to the consumer.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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