Support Access Control update permissions endpoints
Is your feature request related to a problem? Please describe. I need to update the Access Control permissions on recently created tags so that non-adminstrative users are able to view them.
Describe the solution you'd like Please add support on PyTenable for the Access Control update endpoint (api/v3/access-control/permissions/{permission_uuid})
Describe alternatives you've considered I tried to the Access Group v2 endpoints, as the function tio.access_groups_v2.list(), lists the same permissions on access control however it uses a permission UUID are different.
When calling the function tio.access_groups_v2.edit(), it was very unreliable to use and restfly errors when being thrown depending on if the tag was already present in the access control.
Additional context https://developer.tenable.com/reference/io-v3-access-control-permission-update
Access Control integration is now available as part of the 1.4.8 release
https://pytenable.readthedocs.io/en/stable/api/io/v3/access_control.html
Closing this issue as requested functionality is available as part of 1.4.8