Vercel/access Groups
@swamp/vercel/access-groupsv2026.08.03.5
01README
Vercel access-groups infrastructure models
02Release Notes
- Updated: access_groups
- Updated: projects
03Models
@swamp/vercel/access-groups/access-groupsv2026.08.03.3access_groups.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| teamId? | string | Vercel team ID |
| slug? | string | Vercel team slug (alternative to teamId) |
| name | string | The name of the access group |
| projects? | array | |
| membersToAdd? | array | List of members to add to the access group. |
| token? | string | Vercel 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
| Argument | Type | Description |
|---|---|---|
| id | string | The 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
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Access Groups to import |
fn delete(id: string)
Delete the Access Groups
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Access Groups |
fn sync(identifier?: string)
Sync Access Groups state from Vercel
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target 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
| Argument | Type | Description |
|---|---|---|
| teamId? | string | Vercel team ID |
| slug? | string | Vercel team slug (alternative to teamId) |
| accessGroupIdOrName | string | Parent accessGroupIdOrName |
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| role | enum | The project role that will be added to this Access Group. |
| projectId | string | The ID of the project. |
| token? | string | Vercel 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
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Projects |
fn adopt(id: string)
Import an existing Projects by ID into state for management
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Projects to import |
fn update(identifier?: string)
Update Projects attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Projects by id (e.g. one discovered by list) |
fn delete(id: string)
Delete the Projects
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Projects |
fn sync(identifier?: string)
Sync Projects state from Vercel
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Projects by id (e.g. one discovered by list) |
Resources
state(infinite)— Projects resource state
04Previous Versions
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