Skip to main content
Module

x/windmill/mod.ts>GranularAclApi

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 GranularAclApi
import { GranularAclApi } from "https://deno.land/x/windmill@v1.28.1/mod.ts";

Constructors

new
GranularAclApi(
configuration: Configuration,
requestFactory?: GranularAclApiRequestFactory,
responseProcessor?: GranularAclApiResponseProcessor,
)

Properties

private
api: ObservableGranularAclApi

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