class msiempy.core.types.NitroObject(abc.ABC): (source)
Known subclasses: msiempy.core.types.NitroDict, msiempy.core.types.NitroList, msiempy.ESM
msiempy.core.session.NitroSession
object that handle the esm requests.
Creates the object session.Class | NitroJSONEncoder | Custom JSON encoder that will use the approprtiate propertie depending of the type of NitroObject. TODO support json json dumping of QueryFilers, may be by making them inherits from NitroDict. |
Method | __init__ | Undocumented |
Instance Variable | nitro | msiempy.core.session.NitroSession object. Interface to the SIEM. |
Method | text | Returns printable string. Abstract declaration. |
Method | json | Returns json string representation. Abstract declaration. |
Method | refresh | Re-load the object. Abstract declaration. |