Smart Folders

Methods described in this section relate to the smart folders API and can be accessed at TenableASM.smart_folders.

class SmartFoldersAPI(api: APISession)[source]
list() List[Dict[str, Any]][source]

Returns the list of smart folders from ASM.

Example

>>> folders = asm.smartfolders.list()