KeyOperationAttestationResponse

data class KeyOperationAttestationResponse(val certChains: CertificateChainsResponse, val content: String, val format: String)

Contains an HSM-generated attestation about a key operation. For more information, see Verifying attestations (https://cloud.google.com/kms/docs/attest-key).

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The certificate chains needed to validate the attestation

Link copied to clipboard

The attestation data provided by the HSM when the key operation was performed.

Link copied to clipboard

The format of the attestation data.