TemplatePrivateKeyAttributesV4Args

data class TemplatePrivateKeyAttributesV4Args(val algorithm: Output<TemplatePrivateKeyAlgorithm>? = null, val cryptoProviders: Output<List<String>>? = null, val keySpec: Output<TemplateKeySpec>, val keyUsageProperty: Output<Either<TemplateKeyUsageProperty0PropertiesArgs, TemplateKeyUsageProperty1PropertiesArgs>>? = null, val minimalKeyLength: Output<Double>) : ConvertibleToJava<TemplatePrivateKeyAttributesV4Args>

Constructors

Link copied to clipboard
constructor(algorithm: Output<TemplatePrivateKeyAlgorithm>? = null, cryptoProviders: Output<List<String>>? = null, keySpec: Output<TemplateKeySpec>, keyUsageProperty: Output<Either<TemplateKeyUsageProperty0PropertiesArgs, TemplateKeyUsageProperty1PropertiesArgs>>? = null, minimalKeyLength: Output<Double>)

Properties

Link copied to clipboard
Link copied to clipboard
val cryptoProviders: Output<List<String>>? = null
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): TemplatePrivateKeyAttributesV4Args