View Source GoogleApi.ContainerAnalysis.V1beta1.Model.GrafeasV1beta1IntotoDetails (google_api_container_analysis v0.29.0)
This corresponds to a signed in-toto link - it is made up of one or more signatures and the in-toto link itself. This is used for occurrences of a Grafeas in-toto note.
Attributes
-
signatures
(type:list(GoogleApi.ContainerAnalysis.V1beta1.Model.GrafeasV1beta1IntotoSignature.t)
, default:nil
) - -
signed
(type:GoogleApi.ContainerAnalysis.V1beta1.Model.Link.t
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.GrafeasV1beta1IntotoDetails{ signatures: [ GoogleApi.ContainerAnalysis.V1beta1.Model.GrafeasV1beta1IntotoSignature.t() ] | nil, signed: GoogleApi.ContainerAnalysis.V1beta1.Model.Link.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.