import { UpdateAccessGroupRequestBody } from "@simplesagar/vercel/models/updateaccessgroupop.js";
let value: UpdateAccessGroupRequestBody = {};
Field | Type | Required | Description | Example |
---|---|---|---|---|
name |
string | ➖ | The name of the access group | My access group |
projects |
models.UpdateAccessGroupProjects[] | ➖ | N/A | |
membersToAdd |
string[] | ➖ | List of members to add to the access group. | |
membersToRemove |
string[] | ➖ | List of members to remove from the access group. |