ImageVersionSecurityProfileArgs

data class ImageVersionSecurityProfileArgs(val uefiSettings: Output<GalleryImageVersionUefiSettingsArgs>? = null) : ConvertibleToJava<ImageVersionSecurityProfileArgs>

The security profile of a gallery image version

Constructors

Link copied to clipboard
constructor(uefiSettings: Output<GalleryImageVersionUefiSettingsArgs>? = null)

Properties

Link copied to clipboard

Contains UEFI settings for the image version.

Functions

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