Microsoft Graph · Schema

microsoft.graph.iosVppEBookAssignment

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphiosvppebookassignment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.iosVppEBookAssignment",
  "title": "microsoft.graph.iosVppEBookAssignment",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.managedEBookAssignment"
    },
    {
      "title": "iosVppEBookAssignment",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "@odata.type": {
          "type": "string"
        }
      },
      "description": "Contains properties used to assign an iOS VPP EBook to a group."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.iosVppEBookAssignment"
}