'''About=====Methods described in this section relate to the About API.These methods can be accessed at ``TenableIE.about``... rst-class:: hide-signature.. autoclass:: AboutAPI :members:'''fromtenable.base.endpointimportAPIEndpoint
[docs]defversion(self)->str:''' Returns the version of the connected Tenable Identity Exposure instance. Examples: >>> tie.about.version() '''returnself._get(box=True).version