diskEncryption property
The encryption state of the disk.
On ChromeOS, the main disk is always ENCRYPTED. Possible string values are:
- "DISK_ENCRYPTION_UNSPECIFIED" : Unspecified.
- "DISK_ENCRYPTION_UNKNOWN" : Chrome could not evaluate the encryption state.
- "DISK_ENCRYPTION_DISABLED" : The main disk is not encrypted.
- "DISK_ENCRYPTION_ENCRYPTED" : The main disk is encrypted.
Implementation
core.String? diskEncryption;