Class: Google::Cloud::ConfidentialComputing::V1::SevSnpAttestation

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

Overview

An SEV-SNP Attestation Report. Contains the attestation report and the certificate bundle that the client collects.

Instance Attribute Summary collapse

Instance Attribute Details

#aux_blob::String

Returns Optional. Certificate bundle defined in the GHCB protocol definition Format is documented in GHCB revision 2.03, section 4.1.8.1 struct cert_table in this document: https://www.amd.com/content/dam/amd/en/documents/epyc-technical-docs/specifications/56421.pdf.

Returns:



130
131
132
133
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 130

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

#report::String

Returns Optional. The SEV-SNP Attestation Report Format is in revision 1.55, §7.3 Attestation, Table 22. ATTESTATION_REPORT Structure in this document: https://www.amd.com/content/dam/amd/en/documents/epyc-technical-docs/specifications/56860.pdf.

Returns:



130
131
132
133
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 130

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