Class: Google::Cloud::ConfidentialComputing::V1::ConfidentialSpaceInfo
- Inherits:
-
Object
- Object
- Google::Cloud::ConfidentialComputing::V1::ConfidentialSpaceInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/confidentialcomputing/v1/service.rb
Overview
ConfidentialSpaceInfo contains information related to the Confidential Space TEE.
Instance Attribute Summary collapse
Instance Attribute Details
#signed_entities ⇒ ::Array<::Google::Cloud::ConfidentialComputing::V1::SignedEntity>
Returns Optional. A list of signed entities containing container image signatures that can be used for server-side signature verification.
239 240 241 242 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 239 class ConfidentialSpaceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |