ACLAction

June 9, 2026 ยท View on GitHub

Enum containing the actions that can be performed against a resource. Group operations are included.

Example Usage

import { ACLAction } from "@vercel/sdk/models/aclaction.js";

let value: ACLAction = "update";

Values

"create" | "delete" | "list" | "read" | "update"