Microsoft Graph · Schema

teamClassSettings

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
notifyGuardiansAboutAssignments boolean If set to true, enables sending of weekly assignments digest emails to parents/guardians, provided the tenant admin has enabled the setting globally.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphteamclasssettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.teamClassSettings",
  "title": "teamClassSettings",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "notifyGuardiansAboutAssignments": {
      "type": "boolean",
      "description": "If set to true, enables sending of weekly assignments digest emails to parents/guardians, provided the tenant admin has enabled the setting globally.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}