state property
The state of the antivirus on the device.
Introduced in Chrome M136.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Unspecified.
- "MISSING" : No antivirus was detected on the device.
- "DISABLED" : At least one antivirus was installed on the device but none was enabled.
- "ENABLED" : At least one antivirus was enabled on the device.
Implementation
core.String? state;