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

Class EnterpriseEnvironment

unit-tests/data_enterprise.py:33–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33class EnterpriseEnvironment:
34 def __init__(self):
35 self.tree_key = _TREE_KEY
36 self.team_key = _TEAM_KEY
37 self.team1_uid = _TEAM1_UID
38 self.team2_uid = _TEAM2_UID
39 self.team1_name = _TEAM1_NAME
40 self.team2_name = _TEAM2_NAME
41 self.user1_id = _USER1_ID
42 self.user2_id = _USER2_ID
43 self.node1_id = _NODE1_ID
44 self.node2_id = _NODE2_ID
45 self.user2_email = _USER2_EMAIL
46 self.role1_id = _ROLE1_ID
47 self.role1_name = _ROLE1_NAME
48
49
50def enterprise_allocate_ids(params, request):

Calls

no outgoing calls

Tested by

no test coverage detected