Class TpmAttestation (0.4.8)

TpmAttestation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

TPM2 data containing everything necessary to validate any platform state measured into the TPM.

Attributes

NameDescription
quotes MutableSequence[google.cloud.confidentialcomputing_v1.types.TpmAttestation.Quote]
TPM2 PCR Quotes generated by calling TPM2_Quote on each PCR bank.
tcg_event_log bytes
The binary TCG Event Log containing events measured into the TPM by the platform firmware and operating system. Formatted as described in the "TCG PC Client Platform Firmware Profile Specification".
canonical_event_log bytes
An Event Log containing additional events measured into the TPM that are not already present in the tcg_event_log. Formatted as described in the "Canonical Event Log Format" TCG Specification.
ak_cert bytes
DER-encoded X.509 certificate of the Attestation Key (otherwise known as an AK or a TPM restricted signing key) used to generate the quotes.
cert_chain MutableSequence[bytes]
List of DER-encoded X.509 certificates which, together with the ak_cert, chain back to a trusted Root Certificate.

Classes

Quote

Quote(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information about Platform Control Registers (PCRs) including a signature over their values, which can be used for remote validation.