Crypto Key Version Template Args
data class CryptoKeyVersionTemplateArgs(val algorithm: Output<String>, val protectionLevel: Output<String>? = null) : ConvertibleToJava<CryptoKeyVersionTemplateArgs>
Constructors
Link copied to clipboard
fun CryptoKeyVersionTemplateArgs(algorithm: Output<String>, protectionLevel: Output<String>? = null)
Functions
Properties
Link copied to clipboard
The algorithm to use when creating a version based on this template. See the algorithm reference for possible inputs.