GetNoteResult

data class GetNoteResult(val attestation: AttestationNoteResponse, val build: BuildNoteResponse, val compliance: ComplianceNoteResponse, val createTime: String, val deployment: DeploymentNoteResponse, val discovery: DiscoveryNoteResponse, val dsseAttestation: DSSEAttestationNoteResponse, val expirationTime: String, val image: ImageNoteResponse, val kind: String, val longDescription: String, val name: String, val package: PackageNoteResponse, val relatedNoteNames: List<String>, val relatedUrl: List<RelatedUrlResponse>, val sbomReference: SBOMReferenceNoteResponse, val shortDescription: String, val updateTime: String, val upgrade: UpgradeNoteResponse, val vulnerability: VulnerabilityNoteResponse, val vulnerabilityAssessment: VulnerabilityAssessmentNoteResponse)

Constructors

Link copied to clipboard
constructor(attestation: AttestationNoteResponse, build: BuildNoteResponse, compliance: ComplianceNoteResponse, createTime: String, deployment: DeploymentNoteResponse, discovery: DiscoveryNoteResponse, dsseAttestation: DSSEAttestationNoteResponse, expirationTime: String, image: ImageNoteResponse, kind: String, longDescription: String, name: String, package: PackageNoteResponse, relatedNoteNames: List<String>, relatedUrl: List<RelatedUrlResponse>, sbomReference: SBOMReferenceNoteResponse, shortDescription: String, updateTime: String, upgrade: UpgradeNoteResponse, vulnerability: VulnerabilityNoteResponse, vulnerabilityAssessment: VulnerabilityAssessmentNoteResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A note describing an attestation role.

Link copied to clipboard

A note describing build provenance for a verifiable build.

Link copied to clipboard

A note describing a compliance check.

Link copied to clipboard

The time this note was created. This field can be used as a filter in list requests.

Link copied to clipboard

A note describing something that can be deployed.

Link copied to clipboard

A note describing the initial analysis of a resource.

Link copied to clipboard

A note describing a dsse attestation note.

Link copied to clipboard

Time of expiration for this note. Empty if note does not expire.

Link copied to clipboard

A note describing a base image.

Link copied to clipboard

The type of analysis. This field can be used as a filter in list requests.

Link copied to clipboard

A detailed description of this note.

Link copied to clipboard

The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID].

Link copied to clipboard

A note describing a package hosted by various package managers.

Link copied to clipboard

Other notes related to this note.

Link copied to clipboard

URLs associated with this note.

Link copied to clipboard

A note describing an SBOM reference.

Link copied to clipboard

A one sentence description of this note.

Link copied to clipboard

The time this note was last updated. This field can be used as a filter in list requests.

Link copied to clipboard

A note describing available package upgrades.

Link copied to clipboard

A note describing a package vulnerability.

Link copied to clipboard

A note describing a vulnerability assessment.