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

View Source

A Sigstore signature check, which verifies the Sigstore signature associated with an image.

Attributes

  • sigstoreAuthorities (type: list(GoogleApi.BinaryAuthorization.V1.Model.SigstoreAuthority.t), default: nil) - Required. The authorities required by this check to verify the signature. A signature only needs to be verified by one authority to pass the check.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.SigstoreSignatureCheck{
  sigstoreAuthorities:
    [GoogleApi.BinaryAuthorization.V1.Model.SigstoreAuthority.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.