Closed p-rs closed 5 years ago
https://github.com/tenable/Tenable.io-SDK-for-Python/blob/f571d6945dc0ba2c518e5345590727dd37774930/tenable_io/api/models.py#L1648-L1682
Right now I'm working around this issue by extending the ScanSettings class by adding this to the init: asset_lists=[] and this: self.asset_lists = asset_lists to be able to assign target_groups to Scans.
asset_lists=[]
self.asset_lists = asset_lists
Thank you!
This was addressed in Release v1.6.0
https://github.com/tenable/Tenable.io-SDK-for-Python/blob/f571d6945dc0ba2c518e5345590727dd37774930/tenable_io/api/models.py#L1648-L1682
Right now I'm working around this issue by extending the ScanSettings class by adding this to the init:
asset_lists=[]
and this:self.asset_lists = asset_lists
to be able to assign target_groups to Scans.Thank you!