Crypto Key Version Template Args
data class CryptoKeyVersionTemplateArgs(val algorithm: Output<CryptoKeyVersionTemplateAlgorithm>, val protectionLevel: Output<CryptoKeyVersionTemplateProtectionLevel>? = null) : ConvertibleToJava<CryptoKeyVersionTemplateArgs>
A CryptoKeyVersionTemplate specifies the properties to use when creating a new CryptoKeyVersion, either manually with CreateCryptoKeyVersion or automatically as a result of auto-rotation.
Constructors
Link copied to clipboard
fun CryptoKeyVersionTemplateArgs(algorithm: Output<CryptoKeyVersionTemplateAlgorithm>, protectionLevel: Output<CryptoKeyVersionTemplateProtectionLevel>? = null)