GoogleApi.BinaryAuthorization.V1.Model.ValidateAttestationOccurrenceRequest (google_api_binary_authorization v0.18.0)

View Source

Request message for ValidationHelperV1.ValidateAttestationOccurrence.

Attributes

  • attestation (type: GoogleApi.BinaryAuthorization.V1.Model.AttestationOccurrence.t, default: nil) - Required. An AttestationOccurrence to be checked that it can be verified by the Attestor. It does not have to be an existing entity in Container Analysis. It must otherwise be a valid AttestationOccurrence.
  • occurrenceNote (type: String.t, default: nil) - Required. The resource name of the Note to which the containing Occurrence is associated.
  • occurrenceResourceUri (type: String.t, default: nil) - Required. The URI of the artifact (e.g. container image) that is the subject of the containing Occurrence.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.BinaryAuthorization.V1.Model.ValidateAttestationOccurrenceRequest{
    attestation:
      GoogleApi.BinaryAuthorization.V1.Model.AttestationOccurrence.t() | nil,
    occurrenceNote: String.t() | nil,
    occurrenceResourceUri: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.