ExternalProtectionLevelOptionsResponse

data class ExternalProtectionLevelOptionsResponse(val ekmConnectionKeyPath: String, val externalKeyUri: String)

ExternalProtectionLevelOptions stores a group of additional fields for configuring a CryptoKeyVersion that are specific to the EXTERNAL protection level and EXTERNAL_VPC protection levels.

Constructors

Link copied to clipboard
fun ExternalProtectionLevelOptionsResponse(ekmConnectionKeyPath: String, externalKeyUri: String)

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 external_key_uri when using an EkmConnection.

Link copied to clipboard

The URI for an external resource that this CryptoKeyVersion represents.