Package version:

Interface GalleryImageVersionUefiSettings

Contains UEFI settings for the image version.

interface GalleryImageVersionUefiSettings {
    additionalSignatures?: UefiKeySignatures;
    signatureTemplateNames?: string[];
}

Properties

additionalSignatures?: UefiKeySignatures

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

signatureTemplateNames?: string[]

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