View Source GoogleApi.ContainerAnalysis.V1beta1.Model.Note (google_api_container_analysis v0.28.0)

A type of analysis that can be done for a resource.

Attributes

  • attestationAuthority (type: GoogleApi.ContainerAnalysis.V1beta1.Model.Authority.t, default: nil) - A note describing an attestation role.
  • baseImage (type: GoogleApi.ContainerAnalysis.V1beta1.Model.Basis.t, default: nil) - A note describing a base image.
  • build (type: GoogleApi.ContainerAnalysis.V1beta1.Model.Build.t, default: nil) - A note describing build provenance for a verifiable build.
  • createTime (type: DateTime.t, default: nil) - Output only. The time this note was created. This field can be used as a filter in list requests.
  • deployable (type: GoogleApi.ContainerAnalysis.V1beta1.Model.Deployable.t, default: nil) - A note describing something that can be deployed.
  • discovery (type: GoogleApi.ContainerAnalysis.V1beta1.Model.Discovery.t, default: nil) - A note describing the initial analysis of a resource.
  • expirationTime (type: DateTime.t, default: nil) - Time of expiration for this note. Empty if note does not expire.
  • intoto (type: GoogleApi.ContainerAnalysis.V1beta1.Model.InToto.t, default: nil) - A note describing an in-toto link.
  • kind (type: String.t, default: nil) - Output only. The type of analysis. This field can be used as a filter in list requests.
  • longDescription (type: String.t, default: nil) - A detailed description of this note.
  • name (type: String.t, default: nil) - Output only. The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID].
  • package (type: GoogleApi.ContainerAnalysis.V1beta1.Model.Package.t, default: nil) - A note describing a package hosted by various package managers.
  • relatedNoteNames (type: list(String.t), default: nil) - Other notes related to this note.
  • relatedUrl (type: list(GoogleApi.ContainerAnalysis.V1beta1.Model.RelatedUrl.t), default: nil) - URLs associated with this note.
  • sbom (type: GoogleApi.ContainerAnalysis.V1beta1.Model.DocumentNote.t, default: nil) - A note describing a software bill of materials.
  • sbomReference (type: GoogleApi.ContainerAnalysis.V1beta1.Model.SBOMReferenceNote.t, default: nil) - A note describing an SBOM reference.
  • shortDescription (type: String.t, default: nil) - A one sentence description of this note.
  • spdxFile (type: GoogleApi.ContainerAnalysis.V1beta1.Model.FileNote.t, default: nil) - A note describing an SPDX File.
  • spdxPackage (type: GoogleApi.ContainerAnalysis.V1beta1.Model.PackageInfoNote.t, default: nil) - A note describing an SPDX Package.
  • spdxRelationship (type: GoogleApi.ContainerAnalysis.V1beta1.Model.RelationshipNote.t, default: nil) - A note describing an SPDX File.
  • updateTime (type: DateTime.t, default: nil) - Output only. The time this note was last updated. This field can be used as a filter in list requests.
  • vulnerability (type: GoogleApi.ContainerAnalysis.V1beta1.Model.Vulnerability.t, default: nil) - A note describing a package vulnerability.
  • vulnerabilityAssessment (type: GoogleApi.ContainerAnalysis.V1beta1.Model.VulnerabilityAssessmentNote.t, default: nil) - A note describing a vulnerability assessment.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.