Microsoft Graph · Schema

userPrint

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
recentPrinterShares array
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphuserprint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.userPrint",
  "title": "userPrint",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "recentPrinterShares": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.printerShare"
      },
      "x-ms-navigationProperty": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}