Attack Type

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

class AttackTypesAPI(api: APISession)[source]
list() List[Dict][source]

Retrieve all attack types

Returns:

The list of attack types objects

Return type:

list

Examples

>>> tie.attack_types.list()