Skip to main content
Module

x/gesso/types/params.ts>CreateNewSubaccountParams

A TypeScript API client for Canvas LMS
Latest
interface CreateNewSubaccountParams
import { type CreateNewSubaccountParams } from "https://deno.land/x/gesso@v0.1.2/types/params.ts";

Properties

optional
accountname: string

The name of the new sub-account.

optional
accountsisaccountid: string

The account's identifier in the Student Information System.

optional
accountdefaultstoragequotamb: number

The default course storage quota to be used, if not otherwise specified.

optional
accountdefaultuserstoragequotamb: number

The default user storage quota to be used, if not otherwise specified.

optional
accountdefaultgroupstoragequotamb: number

The default group storage quota to be used, if not otherwise specified.