Attack Type

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

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

Retrieve all attack types

Returns

The list of attack types objects

Return type

list

Examples

>>> tad.attack_types.list()