Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 2.54 KB

updateaccessgrouprequestbody.md

File metadata and controls

18 lines (13 loc) · 2.54 KB

UpdateAccessGroupRequestBody

Example Usage

import { UpdateAccessGroupRequestBody } from "@simplesagar/vercel/models/updateaccessgroupop.js";

let value: UpdateAccessGroupRequestBody = {};

Fields

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.