Class: Google::Cloud::ConfidentialComputing::V1::ConfidentialSpaceInfo

Inherits:
Object
  • Object
show all
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.

Returns:



192
193
194
195
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 192

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