GoogleApi.BinaryAuthorization.V1.Model.SigstorePublicKeySet (google_api_binary_authorization v0.18.0)
View SourceA bundle of Sigstore public keys, used to verify Sigstore signatures. A signature is authenticated by a SigstorePublicKeySet
if any of the keys verify it.
Attributes
-
publicKeys
(type:list(GoogleApi.BinaryAuthorization.V1.Model.SigstorePublicKey.t)
, default:nil
) - Required.public_keys
must have at least one entry.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.SigstorePublicKeySet{ publicKeys: [GoogleApi.BinaryAuthorization.V1.Model.SigstorePublicKey.t()] | nil }