Template Private Key Flags V4Args
data class TemplatePrivateKeyFlagsV4Args(val clientVersion: Output<TemplateClientCompatibilityV4>, val exportableKey: Output<Boolean>? = null, val requireAlternateSignatureAlgorithm: Output<Boolean>? = null, val requireSameKeyRenewal: Output<Boolean>? = null, val strongKeyProtectionRequired: Output<Boolean>? = null, val useLegacyProvider: Output<Boolean>? = null) : ConvertibleToJava<TemplatePrivateKeyFlagsV4Args>
Constructors
Link copied to clipboard
constructor(clientVersion: Output<TemplateClientCompatibilityV4>, exportableKey: Output<Boolean>? = null, requireAlternateSignatureAlgorithm: Output<Boolean>? = null, requireSameKeyRenewal: Output<Boolean>? = null, strongKeyProtectionRequired: Output<Boolean>? = null, useLegacyProvider: Output<Boolean>? = null)