connectapi icon indicating copy to clipboard operation
connectapi copied to clipboard

Feature request: improve `audit_access_open` function

Open gsingh91 opened this issue 10 months ago • 1 comments

The current audit_access_open function only outputs the name of the apps which have no login required set. This is imcomplete information and lacks actionable outputs like the content URL or the user details of the publisher. This function should be enhanced to include such details so that admins have enough information for next steps.

gsingh91 avatar Apr 01 '24 21:04 gsingh91

Or just delete this function, since get_content() |> filter(access_type == "all") is probably what you want, and you can then |> pull(name) if you want the behavior of audit_access_open().

nealrichardson avatar Apr 02 '24 18:04 nealrichardson