Class: Google::Cloud::ConfidentialComputing::V1::SignedEntity

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/confidentialcomputing/v1/service.rb

Overview

SignedEntity represents an OCI image object containing everything necessary to verify container image signatures.

Instance Attribute Summary collapse

Instance Attribute Details

#container_image_signatures::Array<::Google::Cloud::ConfidentialComputing::V1::ContainerImageSignature>

Returns Optional. A list of container image signatures attached to an OCI image object.

Returns:



203
204
205
206
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 203

class SignedEntity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end