Template Private Key Flags V2Args
data class TemplatePrivateKeyFlagsV2Args(val clientVersion: Output<TemplateClientCompatibilityV2>, val exportableKey: Output<Boolean>? = null, val strongKeyProtectionRequired: Output<Boolean>? = null) : ConvertibleToJava<TemplatePrivateKeyFlagsV2Args>
Constructors
Link copied to clipboard
constructor(clientVersion: Output<TemplateClientCompatibilityV2>, exportableKey: Output<Boolean>? = null, strongKeyProtectionRequired: Output<Boolean>? = null)