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

Method load

keepercommander/team.py:26–30  ·  view source on GitHub ↗
(self,team)

Source from the content-addressed store, hash-verified

24 self.enterprise_id = enterprise_id
25
26 def load(self,team):
27 self.restrict_edit = team['restrict_edit'] or False
28 self.restrict_view = team['restrict_view'] or False
29 self.restrict_share = team['restrict_share'] or False
30 self.name = team['name']
31
32 def display(self):
33 print('')

Calls

no outgoing calls