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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Class TpmAttestation (0.4.18)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.18 (latest)](/python/docs/reference/confidentialcomputing/latest/google.cloud.confidentialcomputing_v1.types.TpmAttestation)\n- [0.4.17](/python/docs/reference/confidentialcomputing/0.4.17/google.cloud.confidentialcomputing_v1.types.TpmAttestation)\n- [0.3.0](/python/docs/reference/confidentialcomputing/0.3.0/google.cloud.confidentialcomputing_v1.types.TpmAttestation)\n- [0.2.0](/python/docs/reference/confidentialcomputing/0.2.0/google.cloud.confidentialcomputing_v1.types.TpmAttestation)\n- [0.1.1](/python/docs/reference/confidentialcomputing/0.1.1/google.cloud.confidentialcomputing_v1.types.TpmAttestation) \n\n TpmAttestation(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nTPM2 data containing everything necessary to validate any\nplatform state measured into the TPM.\n\nClasses\n-------\n\n### Quote\n\n Quote(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nInformation about Platform Control Registers (PCRs) including\na signature over their values, which can be used for remote\nvalidation."]]