secureBootMode property
Whether the device's startup software has its Secure Boot feature enabled.
Available on Windows only. Possible string values are:
- "SECURE_BOOT_MODE_UNSPECIFIED" : Unspecified.
- "SECURE_BOOT_MODE_UNKNOWN" : Chrome was unable to determine the Secure Boot mode.
- "SECURE_BOOT_MODE_DISABLED" : Secure Boot was disabled on the startup software.
- "SECURE_BOOT_MODE_ENABLED" : Secure Boot was enabled on the startup software.
Implementation
core.String? secureBootMode;