Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jamf_school/models/api.ts>APIUserGroupData

A simple, secure, correct, and modern Jamf School API wrapper. (Unofficial)
Latest
interface APIUserGroupData
import { type APIUserGroupData } from "https://deno.land/x/jamf_school@0.5.0/models/api.ts";

Properties

optional
name: string

The name of the user group.

optional
description: string

The name of the user group.

optional
acl: { selfService?: "allow" | "deny" | "inherit"; selfServiceInfo?: "allow" | "deny" | "inherit"; selfServiceLocation?: "allow" | "deny" | "inherit"; selfServiceClearPasscode?: "allow" | "deny" | "inherit"; selfServiceLock?: "allow" | "deny" | "inherit"; selfServiceWipe?: "allow" | "deny" | "inherit"; selfServiceUnenroll?: "allow" | "deny" | "inherit"; teacher?: "allow" | "deny" | "inherit"; parent?: "allow" | "deny" | "inherit"; }

The permissions of this group's members.