CryptoKeyVersionAttestationExternalProtectionLevelOptions

data class CryptoKeyVersionAttestationExternalProtectionLevelOptions(val ekmConnectionKeyPath: String? = null, val externalKeyUri: String? = null)

Constructors

constructor(ekmConnectionKeyPath: String? = null, externalKeyUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The path to the external key material on the EKM when using EkmConnection e.g., "v0/my/key". Set this field instead of externalKeyUri when using an EkmConnection.

Link copied to clipboard
val externalKeyUri: String? = null

The URI for an external resource that this CryptoKeyVersion represents.