Note class
A type of analysis that can be done for a resource.
Constructors
- Note({Authority? attestationAuthority, Basis? baseImage, Build? build, String? createTime, Deployable? deployable, Discovery? discovery, String? expirationTime, InToto? intoto, String? kind, String? longDescription, String? name, Package? package, DocumentNote? sbom, String? shortDescription, FileNote? spdxFile, PackageInfoNote? spdxPackage, RelationshipNote? spdxRelationship, String? updateTime, Vulnerability? vulnerability})
- Note.fromJson(Map _json)
Properties
- attestationAuthority ↔ Authority?
-
A note describing an attestation role.
getter/setter pair
- baseImage ↔ Basis?
-
A note describing a base image.
getter/setter pair
- build ↔ Build?
-
A note describing build provenance for a verifiable build.
getter/setter pair
- createTime ↔ String?
-
The time this note was created.
getter/setter pair
- deployable ↔ Deployable?
-
A note describing something that can be deployed.
getter/setter pair
- discovery ↔ Discovery?
-
A note describing the initial analysis of a resource.
getter/setter pair
- expirationTime ↔ String?
-
Time of expiration for this note.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- intoto ↔ InToto?
-
A note describing an in-toto link.
getter/setter pair
- kind ↔ String?
-
The type of analysis.
getter/setter pair
- longDescription ↔ String?
-
A detailed description of this note.
getter/setter pair
- name ↔ String?
-
The name of the note in the form of
projects/[PROVIDER_ID]/notes/[NOTE_ID]
.getter/setter pair - package ↔ Package?
-
A note describing a package hosted by various package managers.
getter/setter pair
-
Other notes related to this note.
getter/setter pair
-
URLs associated with this note.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sbom ↔ DocumentNote?
-
A note describing a software bill of materials.
getter/setter pair
- shortDescription ↔ String?
-
A one sentence description of this note.
getter/setter pair
- spdxFile ↔ FileNote?
-
A note describing an SPDX File.
getter/setter pair
- spdxPackage ↔ PackageInfoNote?
-
A note describing an SPDX Package.
getter/setter pair
- spdxRelationship ↔ RelationshipNote?
-
A note describing an SPDX File.
getter/setter pair
- updateTime ↔ String?
-
The time this note was last updated.
getter/setter pair
- vulnerability ↔ Vulnerability?
-
A note describing a package vulnerability.
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