APIKeys¶ Methods described in this section relate to the APIKeys API. These methods can be accessed at TenableIE.api_keys. class APIKeyAPI(api: APISession)[source]¶ get() → str[source]¶ Gets the API Key of the current user. Examples >>> tie.api_keys.get() refresh() → str[source]¶ Creates or renews an API for the current user. Will also refresh the API Key used in the current TenableIE session. Examples >>> tie.api_keys.refresh()