View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.Attestation (google_api_container_analysis v0.28.0)

Occurrence that represents a single "attestation". The authenticity of an Attestation can be verified using the attached signature. If the verifier trusts the public key of the signer, then verifying the signature is sufficient to establish trust. In this circumstance, the AttestationAuthority to which this Attestation is attached is primarily useful for look-up (how to find this Attestation if you already know the Authority and artifact to be verified) and intent (which authority was this attestation intended to sign for).

Attributes

  • pgpSignedAttestation (type: GoogleApi.ContainerAnalysis.V1alpha1.Model.PgpSignedAttestation.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.Attestation{
  pgpSignedAttestation:
    GoogleApi.ContainerAnalysis.V1alpha1.Model.PgpSignedAttestation.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.