mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-13 16:05:00 +00:00
lsp
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class RemoveGranularAclsKind(str, Enum):
|
||||
SCRIPT = "script"
|
||||
GROUP = "group_"
|
||||
RESOURCE = "resource"
|
||||
SCHEDULE = "schedule"
|
||||
VARIABLE = "variable"
|
||||
FLOW = "flow"
|
||||
|
||||
def __str__(self) -> str:
|
||||
return str(self.value)
|
||||
Reference in New Issue
Block a user