GoogleApi.ContainerAnalysis.V1alpha1.Model.Note (google_api_container_analysis v0.8.1) View Source
Provides a detailed description of a Note
.
Attributes
-
attestationAuthority
(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.AttestationAuthority.t
, default:nil
) - A note describing an attestation role. -
baseImage
(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.Basis.t
, default:nil
) - A note describing a base image. -
buildType
(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.BuildType.t
, default:nil
) - Build provenance type 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.V1alpha1.Model.Deployable.t
, default:nil
) - A note describing something that can be deployed. -
discovery
(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.Discovery.t
, default:nil
) - A note describing a provider/analysis type. -
expirationTime
(type:DateTime.t
, default:nil
) - Time of expiration for this note, null if note does not expire. -
kind
(type:String.t
, default:nil
) - Output only. This explicitly denotes which kind of note is specified. This field can be used as a filter in list requests. -
longDescription
(type:String.t
, default:nil
) - A detailed description of thisNote
. -
name
(type:String.t
, default:nil
) - The name of the note in the form "projects/{provider_project_id}/notes/{NOTE_ID}" -
package
(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.Package.t
, default:nil
) - A note describing a package hosted by various package managers. -
relatedUrl
(type:list(GoogleApi.ContainerAnalysis.V1alpha1.Model.RelatedUrl.t)
, default:nil
) - URLs associated with this note -
shortDescription
(type:String.t
, default:nil
) - A one sentence description of thisNote
. -
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. -
upgrade
(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.UpgradeNote.t
, default:nil
) - A note describing an upgrade. -
vulnerabilityType
(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.VulnerabilityType.t
, default:nil
) - A package vulnerability type of note.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.Note{ attestationAuthority: GoogleApi.ContainerAnalysis.V1alpha1.Model.AttestationAuthority.t(), baseImage: GoogleApi.ContainerAnalysis.V1alpha1.Model.Basis.t(), buildType: GoogleApi.ContainerAnalysis.V1alpha1.Model.BuildType.t(), createTime: DateTime.t(), deployable: GoogleApi.ContainerAnalysis.V1alpha1.Model.Deployable.t(), discovery: GoogleApi.ContainerAnalysis.V1alpha1.Model.Discovery.t(), expirationTime: DateTime.t(), kind: String.t(), longDescription: String.t(), name: String.t(), package: GoogleApi.ContainerAnalysis.V1alpha1.Model.Package.t(), relatedUrl: [GoogleApi.ContainerAnalysis.V1alpha1.Model.RelatedUrl.t()], shortDescription: String.t(), updateTime: DateTime.t(), upgrade: GoogleApi.ContainerAnalysis.V1alpha1.Model.UpgradeNote.t(), vulnerabilityType: GoogleApi.ContainerAnalysis.V1alpha1.Model.VulnerabilityType.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.