UefiKeySignaturesArgs

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)

Properties

Link copied to clipboard
val db: Output<List<UefiKeyArgs>>? = null

The database of UEFI keys for this image version.

Link copied to clipboard
val dbx: Output<List<UefiKeyArgs>>? = null

The database of revoked UEFI keys for this image version.

Link copied to clipboard
val kek: Output<List<UefiKeyArgs>>? = null

The Key Encryption Keys of this image version.

Link copied to clipboard
val pk: Output<UefiKeyArgs>? = null

The Platform Key of this image version.

Functions

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