Template Private Key Attributes V2Args
data class TemplatePrivateKeyAttributesV2Args(val cryptoProviders: Output<List<String>>? = null, val keySpec: Output<TemplateKeySpec>, val minimalKeyLength: Output<Double>) : ConvertibleToJava<TemplatePrivateKeyAttributesV2Args>
Constructors
Link copied to clipboard
constructor(cryptoProviders: Output<List<String>>? = null, keySpec: Output<TemplateKeySpec>, minimalKeyLength: Output<Double>)