CryptoKeyVersionTemplate

data class CryptoKeyVersionTemplate(val algorithm: String, val protectionLevel: String? = null)

Constructors

Link copied to clipboard
constructor(algorithm: String, protectionLevel: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The algorithm to use when creating a version based on this template. See the algorithm reference for possible inputs.

Link copied to clipboard
val protectionLevel: String? = null

The protection level to use when creating a version based on this template. Possible values include "SOFTWARE", "HSM", "EXTERNAL", "EXTERNAL_VPC". Defaults to "SOFTWARE".