Microsoft Graph · Schema

assignedTrainingInfo

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
assignedUserCount number Number of users who were assigned the training in an attack simulation and training campaign.
completedUserCount number Number of users who completed the training in an attack simulation and training campaign.
displayName string Display name of the training in an attack simulation and training campaign.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphassignedtraininginfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.assignedTrainingInfo",
  "title": "assignedTrainingInfo",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "assignedUserCount": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "Number of users who were assigned the training in an attack simulation and training campaign.",
      "format": "int32",
      "nullable": true
    },
    "completedUserCount": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "Number of users who completed the training in an attack simulation and training campaign.",
      "format": "int32",
      "nullable": true
    },
    "displayName": {
      "type": "string",
      "description": "Display name of the training in an attack simulation and training campaign.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}