License

Methods described in this section relate to the license API. These methods can be accessed at TenableIE.license.

class LicenseAPI(api: APISession)[source]
create(license: str) Dict[source]

Create new license singleton

Parameters:

license (str) – The license string object.

Returns:

The license object

Example

>>> tie.license.create(
...     license='license'
... )
details() Dict[source]

Get license singleton

Returns:

The license object

Return type:

dict

Examples

>>> tie.license.details()