Class: Google::Cloud::ConfidentialComputing::V1::TdxCcelAttestation
- Inherits:
-
Object
- Object
- Google::Cloud::ConfidentialComputing::V1::TdxCcelAttestation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/confidentialcomputing/v1/service.rb
Overview
A TDX Attestation quote.
Instance Attribute Summary collapse
-
#canonical_event_log ⇒ ::String
Optional.
-
#ccel_acpi_table ⇒ ::String
Optional.
-
#ccel_data ⇒ ::String
Optional.
-
#td_quote ⇒ ::String
Optional.
Instance Attribute Details
#canonical_event_log ⇒ ::String
Returns Optional. An Event Log containing additional events measured into the RTMR that are not already present in the CCEL.
110 111 112 113 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 110 class TdxCcelAttestation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ccel_acpi_table ⇒ ::String
Returns Optional. The Confidential Computing Event Log (CCEL) ACPI table. Formatted as described in the ACPI Specification 6.5.
110 111 112 113 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 110 class TdxCcelAttestation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ccel_data ⇒ ::String
Returns Optional. The CCEL event log. Formatted as described in the UEFI 2.10.
110 111 112 113 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 110 class TdxCcelAttestation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#td_quote ⇒ ::String
Returns Optional. The TDX attestation quote from the guest. It contains the RTMR values.
110 111 112 113 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 110 class TdxCcelAttestation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |