GoogleApi.ContainerAnalysis.V1alpha1.Model.InTotoStatement (google_api_container_analysis v0.22.0) View Source
Spec defined at https://github.com/in-toto/attestation/tree/main/spec#statement The serialized InTotoStatement will be stored as Envelope.payload. Envelope.payloadType is always "application/vnd.in-toto+json".
Attributes
-
_type(type:String.t, default:nil) - Always "https://in-toto.io/Statement/v0.1". -
predicateType(type:String.t, default:nil) - "https://slsa.dev/provenance/v0.1" for SlsaProvenance. -
provenance(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.InTotoProvenance.t, default:nil) - provenance is a predicate of type intotoprovenance -
slsaProvenance(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.SlsaProvenance.t, default:nil) - slsa_provenance is a predicate of type slsaProvenance -
subject(type:list(GoogleApi.ContainerAnalysis.V1alpha1.Model.Subject.t), default:nil) - subject is the subjects of the intoto statement
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.InTotoStatement{
_type: String.t() | nil,
predicateType: String.t() | nil,
provenance:
GoogleApi.ContainerAnalysis.V1alpha1.Model.InTotoProvenance.t() | nil,
slsaProvenance:
GoogleApi.ContainerAnalysis.V1alpha1.Model.SlsaProvenance.t() | nil,
subject: [GoogleApi.ContainerAnalysis.V1alpha1.Model.Subject.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.