Esempio n. 1
0
 def apps(self):
     return [
         app for app in App.search(self._client, pagesize=5000)
         if self.SmartGroupID in (
             smart_group['Id'] for smart_group in app.SmartGroups
         )
     ]