Skip to main content
Module

x/wmill/deps.ts>GranularAclService

Open-source developer platform to turn scripts into workflows and UIs. Open-source alternative to Airplane and Retool.
Go to Latest
class GranularAclService
import { GranularAclService } from "https://deno.land/x/wmill@v1.182.1/deps.ts";

Static Methods

addGranularAcls(unnamed 0: { workspace: string; path: string; kind:
| "script"
| "group_"
| "resource"
| "schedule"
| "variable"
| "flow"
| "folder"
| "app"
; requestBody: { owner: string; write?: boolean; }; }
): CancelablePromise<string>

add granular acls

getGranularAcls(unnamed 0: { workspace: string; path: string; kind:
| "script"
| "group_"
| "resource"
| "schedule"
| "variable"
| "flow"
| "folder"
| "app"
; }
): CancelablePromise<Record<string, boolean>>

get granular acls

removeGranularAcls(unnamed 0: { workspace: string; path: string; kind:
| "script"
| "group_"
| "resource"
| "schedule"
| "variable"
| "flow"
| "folder"
| "app"
; requestBody: { owner: string; }; }
): CancelablePromise<string>

remove granular acls