Class KeyOperationAttestation (2.12.2)

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

Contains an HSM-generated attestation about a key operation. For more information, see Verifying attestations.

Attributes

NameDescription
format google.cloud.kms_v1.types.KeyOperationAttestation.AttestationFormat
Output only. The format of the attestation data.
content bytes
Output only. The attestation data provided by the HSM when the key operation was performed.
cert_chains google.cloud.kms_v1.types.KeyOperationAttestation.CertificateChains
Output only. The certificate chains needed to validate the attestation

Inheritance

builtins.object > proto.message.Message > KeyOperationAttestation

Classes

AttestationFormat

AttestationFormat(value)

Attestation formats provided by the HSM.

CertificateChains

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

Certificate chains needed to verify the attestation. Certificates in chains are PEM-encoded and are ordered based on https://tools.ietf.org/html/rfc5246#section-7.4.2.