GetNoteResult

data class GetNoteResult(val attestationAuthority: AuthorityResponse, val baseImage: BasisResponse, val build: BuildResponse, val createTime: String, val deployable: DeployableResponse, val discovery: DiscoveryResponse, val expirationTime: String, val intoto: InTotoResponse, val kind: String, val longDescription: String, val name: String, val package: PackageResponse, val relatedNoteNames: List<String>, val relatedUrl: List<RelatedUrlResponse>, val sbom: DocumentNoteResponse, val sbomReference: SBOMReferenceNoteResponse, val shortDescription: String, val spdxFile: FileNoteResponse, val spdxPackage: PackageInfoNoteResponse, val spdxRelationship: RelationshipNoteResponse, val updateTime: String, val vulnerability: VulnerabilityResponse, val vulnerabilityAssessment: VulnerabilityAssessmentNoteResponse)

Constructors

Link copied to clipboard
fun GetNoteResult(attestationAuthority: AuthorityResponse, baseImage: BasisResponse, build: BuildResponse, createTime: String, deployable: DeployableResponse, discovery: DiscoveryResponse, expirationTime: String, intoto: InTotoResponse, kind: String, longDescription: String, name: String, package: PackageResponse, relatedNoteNames: List<String>, relatedUrl: List<RelatedUrlResponse>, sbom: DocumentNoteResponse, sbomReference: SBOMReferenceNoteResponse, shortDescription: String, spdxFile: FileNoteResponse, spdxPackage: PackageInfoNoteResponse, spdxRelationship: RelationshipNoteResponse, updateTime: String, vulnerability: VulnerabilityResponse, 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 a base image.

Link copied to clipboard

A note describing build provenance for a verifiable build.

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

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

Link copied to clipboard

A note describing an in-toto link.

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 a software bill of materials.

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

A note describing an SPDX File.

Link copied to clipboard

A note describing an SPDX Package.

Link copied to clipboard

A note describing an SPDX File.

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 a package vulnerability.

Link copied to clipboard

A note describing a vulnerability assessment.