pyTenable icon indicating copy to clipboard operation
pyTenable copied to clipboard

Support Access Control update permissions endpoints

Open ButlerJoseph opened this issue 3 years ago • 1 comments

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

ButlerJoseph avatar Sep 02 '22 09:09 ButlerJoseph

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

dandamudi1414 avatar Sep 21 '22 03:09 dandamudi1414

Closing this issue as requested functionality is available as part of 1.4.8

dandamudi1414 avatar Nov 03 '22 09:11 dandamudi1414