Microsoft Graph · Schema

trainingEventsContent

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
assignedTrainingsInfos array List of assigned trainings and their information in an attack simulation and training campaign.
trainingsAssignedUserCount number Number of users who were assigned trainings in an attack simulation and training campaign.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphtrainingeventscontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.trainingEventsContent",
  "title": "trainingEventsContent",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "assignedTrainingsInfos": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.assignedTrainingInfo"
      },
      "description": "List of assigned trainings and their information in an attack simulation and training campaign."
    },
    "trainingsAssignedUserCount": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "Number of users who were assigned trainings in an attack simulation and training campaign.",
      "format": "int32",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}