GalleryImageVersionUefiSettings Class

Contains UEFI settings for the image version.

Constructor

GalleryImageVersionUefiSettings()

Variables

Name Description
signature_template_names
list[Union[str, <xref:"UefiSignatureTemplateName">]]

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

additional_signatures
<xref:<xref:"UefiKeySignatures">>

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

Attributes

additionalSignatures

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

additionalSignatures: UefiKeySignatures

signatureTemplateNames

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

signatureTemplateNames: list[typing.Union[str, ForwardRef('UefiSignatureTemplateName')]]