This table is built around the wscapi which communicates with Microsoft's Windows Security Center service.
Windows Security Center is a security reporting dashboard available on Windows 10 devices which notifies users when the configuration of their device (eg. Firewall Off) exposes them to risk. These categories are often composite items populated and scored based on one or more underlying settings.
For example, the Firewall state is a composite of several Windows Firewall Profiles: Domain, Public and Private. We can inspect what the WSC output is when each is modified:
+-----------+-----------------+-----------------+------------------+
| wsc_state | domain_firewall | public_firewall | private_firewall |
+-----------+-----------------+-----------------+------------------+