additionalSignals property

Map<String, Object?>? additionalSignals
getter/setter pair

Additional signals reported by Endpoint Verification.

It includes the following attributes: 1. Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. 2. Configurable attributes: file, folder, and binary attributes; registry entries; and properties in a plist.

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.Map<core.String, core.Object?>? additionalSignals;