Crypto Key Version Attestation
data class CryptoKeyVersionAttestation(val certChains: CryptoKeyVersionAttestationCertChains? = null, val content: String? = null, val externalProtectionLevelOptions: CryptoKeyVersionAttestationExternalProtectionLevelOptions? = null, val format: String? = null)
Constructors
Link copied to clipboard
fun CryptoKeyVersionAttestation(certChains: CryptoKeyVersionAttestationCertChains? = null, content: String? = null, externalProtectionLevelOptions: CryptoKeyVersionAttestationExternalProtectionLevelOptions? = null, format: String? = null)
Types
Properties
Link copied to clipboard