Uefi Key Signatures Args
data class UefiKeySignaturesArgs(val db: Output<List<UefiKeyArgs>>? = null, val dbx: Output<List<UefiKeyArgs>>? = null, val kek: Output<List<UefiKeyArgs>>? = null, val pk: Output<UefiKeyArgs>? = null) : ConvertibleToJava<UefiKeySignaturesArgs>
Additional UEFI key signatures that will be added to the image in addition to the signature templates
Constructors
Link copied to clipboard
constructor(db: Output<List<UefiKeyArgs>>? = null, dbx: Output<List<UefiKeyArgs>>? = null, kek: Output<List<UefiKeyArgs>>? = null, pk: Output<UefiKeyArgs>? = null)