Note class
A type of analysis that can be done for a resource.
Constructors
- Note({AttestationNote? attestation, BuildNote? build, ComplianceNote? compliance, String? createTime, DeploymentNote? deployment, DiscoveryNote? discovery, DSSEAttestationNote? dsseAttestation, String? expirationTime, ImageNote? image, String? kind, String? longDescription, String? name, PackageNote? package, SBOMReferenceNote? sbomReference, String? shortDescription, String? updateTime, UpgradeNote? upgrade, VulnerabilityNote? vulnerability, VulnerabilityAssessmentNote? vulnerabilityAssessment})
- Note.fromJson(Map json_)
Properties
- attestation ↔ AttestationNote?
-
A note describing an attestation role.
getter/setter pair
- build ↔ BuildNote?
-
A note describing build provenance for a verifiable build.
getter/setter pair
- compliance ↔ ComplianceNote?
-
A note describing a compliance check.
getter/setter pair
- createTime ↔ String?
-
The time this note was created.
getter/setter pair
- deployment ↔ DeploymentNote?
-
A note describing something that can be deployed.
getter/setter pair
- discovery ↔ DiscoveryNote?
-
A note describing the initial analysis of a resource.
getter/setter pair
- dsseAttestation ↔ DSSEAttestationNote?
-
A note describing a dsse attestation note.
getter/setter pair
- expirationTime ↔ String?
-
Time of expiration for this note.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- image ↔ ImageNote?
-
A note describing a base image.
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 ↔ PackageNote?
-
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
- sbomReference ↔ SBOMReferenceNote?
-
A note describing an SBOM reference.
getter/setter pair
- shortDescription ↔ String?
-
A one sentence description of this note.
getter/setter pair
- updateTime ↔ String?
-
The time this note was last updated.
getter/setter pair
- upgrade ↔ UpgradeNote?
-
A note describing available package upgrades.
getter/setter pair
- vulnerability ↔ VulnerabilityNote?
-
A note describing a package vulnerability.
getter/setter pair
- vulnerabilityAssessment ↔ VulnerabilityAssessmentNote?
-
A note describing a vulnerability assessment.
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