rstudio / connectapi

An R package for interacting with the RStudio Connect Server API
https://pkgs.rstudio.com/connectapi/
Other
44 stars 26 forks source link

add `content_delete_role` to complement `content_delete_user` and `content_delete_group` #253

Open kmasiello opened 6 months ago

kmasiello commented 6 months ago

The deletion of permissions from content can come from a need to either:

The first two are covered by existing functions. content_delete_role(c("viewer", "collaborator", "all")) addresses the latter case

toph-allen commented 4 months ago

This issue was referred to by the connect-cookbook file revoking all access except the content owner. Mentioning that here so we can remove that TODO comment.