CryptoKeyVersionAttestationCertChains

data class CryptoKeyVersionAttestationCertChains(val caviumCerts: String? = null, val googleCardCerts: String? = null, val googlePartitionCerts: String? = null)

Constructors

Link copied to clipboard
constructor(caviumCerts: String? = null, googleCardCerts: String? = null, googlePartitionCerts: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val caviumCerts: String? = null

Cavium certificate chain corresponding to the attestation.

Link copied to clipboard
val googleCardCerts: String? = null

Google card certificate chain corresponding to the attestation.

Link copied to clipboard

Google partition certificate chain corresponding to the attestation.