GoogleApi.BinaryAuthorization.V1.Model.SigstorePublicKey (google_api_binary_authorization v0.18.0)
View SourceA Sigstore public key. SigstorePublicKey
is the public key material used to authenticate Sigstore signatures.
Attributes
-
publicKeyPem
(type:String.t
, default:nil
) - The public key material in PEM format.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.SigstorePublicKey{ publicKeyPem: String.t() | nil }