Skip to main content
Module

x/windmill/windmill-api/types/PromiseAPI.ts>PromiseGranularAclApi

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
class PromiseGranularAclApi
import { PromiseGranularAclApi } from "https://deno.land/x/windmill@v1.28.1/windmill-api/types/PromiseAPI.ts";

Constructors

new
PromiseGranularAclApi(
configuration: Configuration,
responseProcessor?: GranularAclApiResponseProcessor,
)

Methods

addGranularAcls(
workspace: string,
path: string,
kind:
| "script"
| "group_"
| "resource"
| "schedule"
| "variable"
| "flow"
,
inlineObject23: InlineObject23,
_options?: Configuration,
): Promise<string>

add granular acls

getGranularAcls(
workspace: string,
path: string,
kind:
| "script"
| "group_"
| "resource"
| "schedule"
| "variable"
| "flow"
,
_options?: Configuration,
): Promise<{ [key: string]: boolean; }>

get granular acls

removeGranularAcls(
workspace: string,
path: string,
kind:
| "script"
| "group_"
| "resource"
| "schedule"
| "variable"
| "flow"
,
inlineObject24: InlineObject24,
_options?: Configuration,
): Promise<string>

remove granular acls