Skip to main content

Vercel/access Groups

@swamp/vercel/access-groupsv2026.08.03.5· 1mo agoMODELS
01README

Vercel access-groups infrastructure models

02Release Notes
  • Updated: access_groups
  • Updated: projects
03Models2
@swamp/vercel/access-groups/access-groupsv2026.08.03.3access_groups.ts

Global Arguments

ArgumentTypeDescription
teamId?stringVercel team ID
slug?stringVercel team slug (alternative to teamId)
namestringThe name of the access group
projects?array
membersToAdd?arrayList of members to add to the access group.
token?stringVercel API token; overrides the VERCEL_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
fn create()
Create a Access Groups
fn get(id: string)
Get a Access Groups
ArgumentTypeDescription
idstringThe ID of the Access Groups
fn lookup()
Look up an existing Access Groups by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Access Groups by ID into state for management
ArgumentTypeDescription
idstringThe ID of the Access Groups to import
fn delete(id: string)
Delete the Access Groups
ArgumentTypeDescription
idstringThe ID of the Access Groups
fn sync(identifier?: string)
Sync Access Groups state from Vercel
ArgumentTypeDescription
identifier?stringTarget a specific Access Groups by accessGroupId (e.g. one discovered by list)

Resources

state(infinite)— Access Groups resource state
@swamp/vercel/access-groups/projectsv2026.08.03.4projects.ts

Global Arguments

ArgumentTypeDescription
teamId?stringVercel team ID
slug?stringVercel team slug (alternative to teamId)
accessGroupIdOrNamestringParent accessGroupIdOrName
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
roleenumThe project role that will be added to this Access Group.
projectIdstringThe ID of the project.
token?stringVercel API token; overrides the VERCEL_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
fn create()
Create a Projects
fn get(id: string)
Get a Projects
ArgumentTypeDescription
idstringThe ID of the Projects
fn adopt(id: string)
Import an existing Projects by ID into state for management
ArgumentTypeDescription
idstringThe ID of the Projects to import
fn update(identifier?: string)
Update Projects attributes
ArgumentTypeDescription
identifier?stringTarget a specific Projects by id (e.g. one discovered by list)
fn delete(id: string)
Delete the Projects
ArgumentTypeDescription
idstringThe ID of the Projects
fn sync(identifier?: string)
Sync Projects state from Vercel
ArgumentTypeDescription
identifier?stringTarget a specific Projects by id (e.g. one discovered by list)

Resources

state(infinite)— Projects resource state
04Previous Versions1
2026.08.03.4
  • Updated: projects
05Stats
A
100 / 100
Downloads
7
Archive size
13.0 KB
Verified by Swamp
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels