NitroObject
, NitroDict
and NitroList
.Variable | log | Undocumented |
Class | NitroObject | Base class for all nitro objects. All objects have a reference to the single msiempy.core.session.NitroSession object that handle the esm requests. Creates the object session. |
Class | NitroDict | Dict-Like object (Base class) to represent SIEM data. Exemple : Event , Alarm , etc... |
Class | NitroList | Base class for list objects. |