View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.VulnerabilityAttestation (google_api_container_analysis v0.31.0)

The status of a vulnerability attestation generation.

Attributes

  • error (type: String.t, default: nil) - Output only. If failure, the error reason for why the attestation generation failed.
  • lastAttemptTime (type: DateTime.t, default: nil) - Output only. The last time we attempted to generate an attestation.
  • state (type: String.t, default: nil) - Output only. The success/failure state of the latest attestation attempt.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.VulnerabilityAttestation{
  error: String.t() | nil,
  lastAttemptTime: DateTime.t() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.