Skip to main content
Module

x/windmill/windmill-api/index.ts>AuditLog.operation

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
enum AuditLog.operation
import { AuditLog } from "https://deno.land/x/windmill@v1.46.0/windmill-api/index.ts";
const { operation } = AuditLog;

Members

JOBS_RUN = "jobs.run"
SCRIPTS_CREATE = "scripts.create"
SCRIPTS_UPDATE = "scripts.update"
USERS_CREATE = "users.create"
USERS_DELETE = "users.delete"
USERS_LOGIN = "users.login"
USERS_SETPASSWORD = "users.setpassword"
USERS_TOKEN_CREATE = "users.token.create"
USERS_TOKEN_DELETE = "users.token.delete"
USERS_UPDATE = "users.update"
VARIABLES_CREATE = "variables.create"
VARIABLES_DELETE = "variables.delete"
VARIABLES_UPDATE = "variables.update"