Class: Google::Cloud::ConfidentialComputing::V1::SignedEntity
- Inherits:
-
Object
- Object
- Google::Cloud::ConfidentialComputing::V1::SignedEntity
- 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.
250 251 252 253 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 250 class SignedEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |