secureBoot property
Defines whether the instance created by the machine image has Secure Boot enabled.
This can be set to true only if the image boot option is EFI.
Optional. Possible string values are:
- "SECURE_BOOT_UNSPECIFIED" : No explicit value is selected. Will use the configuration of the source (if exists, otherwise the default will be false).
- "TRUE" : Use secure boot. This can be set to true only if the image boot option is EFI.
- "FALSE" : Do not use secure boot.
Implementation
core.String? secureBoot;