GoogleApi.BinaryAuthorization.V1.Model.SigstoreSignatureCheck (google_api_binary_authorization v0.18.0)
View SourceA 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
@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.SigstoreSignatureCheck{ sigstoreAuthorities: [GoogleApi.BinaryAuthorization.V1.Model.SigstoreAuthority.t()] | nil }