| Interface to query intrusion detector status. |
| Status string of chassis intrusion detector. The value is defined in |
| chassis redfish schema. Can be "Normal", "HardwareIntrusion" or |
| type: enum[self.RearmMode] |
| Mode string of chassis intrusion detector. The value is defined in |
| chassis redfish schema. Can be "Automatic" or "Manual". |
| Methods to rearm the chassis intrusion status. |
| The physical security state of the chassis. |
| No physical security condition is detected at this time. |
| - name: "HardwareIntrusion" |
| Any mechanism protecting the chassis's internal hardwares from |
| being accessed is detected to be in an insecure state. |
| - name: "TamperingDetected" |
| Physical tampering is detected. |
| One chassis intrusion sensor needs to implement the 'monitoring' |
| association to provide links to the inventory items that it is |
| monitoring the security state against intrusion events. |
| reverse_name: monitored_by |
| required_endpoint_interfaces: |
| - xyz.openbmc_project.Inventory.Item |