GalleryImageVersionUefiSettingsResponse

data class GalleryImageVersionUefiSettingsResponse(val additionalSignatures: UefiKeySignaturesResponse? = null, val signatureTemplateNames: List<String>? = null)

Contains UEFI settings for the image version.

Constructors

Link copied to clipboard
constructor(additionalSignatures: UefiKeySignaturesResponse? = null, signatureTemplateNames: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional UEFI key signatures that will be added to the image in addition to the signature templates

Link copied to clipboard

The name of the template(s) that contains default UEFI key signatures that will be added to the image.