GalleryImageVersionUefiSettingsArgs

data class GalleryImageVersionUefiSettingsArgs(val additionalSignatures: Output<UefiKeySignaturesArgs>? = null, val signatureTemplateNames: Output<List<Either<String, UefiSignatureTemplateName>>>? = null) : ConvertibleToJava<GalleryImageVersionUefiSettingsArgs>

Contains UEFI settings for the image version.

Constructors

Link copied to clipboard
constructor(additionalSignatures: Output<UefiKeySignaturesArgs>? = null, signatureTemplateNames: Output<List<Either<String, UefiSignatureTemplateName>>>? = null)

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.

Functions

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