MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / has_organisation_permission

Method has_organisation_permission

api/users/abc.py:51–54  ·  view source on GitHub ↗
(
        self, organisation: Organisation, permission_key: str
    )

Source from the content-addressed store, hash-verified

49
50 @abstractmethod
51 def has_organisation_permission(
52 self, organisation: Organisation, permission_key: str
53 ) -> bool:
54 raise NotImplementedError()
55
56 @abstractmethod
57 def get_permitted_projects(self, permission_key: str) -> QuerySet["Project"]:

Calls

no outgoing calls