MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / fetch_sf_admins

Function fetch_sf_admins

keepercommander/shared_record.py:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 return members
43
44 def fetch_sf_admins():
45 sf_uids = [uid for uid in params.shared_folder_cache]
46 return {sf_uid: api.get_share_admins_for_shared_folder(params, sf_uid) for sf_uid in sf_uids}
47
48 def get_restricted_role_members(uname_lookup):
49 # Get team_uids and usernames (assigned directly and indirectly) in share-restricted roles

Callers 1

get_shared_recordsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected