Microsoft Office 365 · JSON Structure

Microsoft Graph Directory Object Structure

Type: object Properties: 3
CloudCollaborationEnterpriseMicrosoftProductivity

DirectoryObject is a JSON Structure definition published by Microsoft Office 365, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

@odata.type id displayName

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DirectoryObject",
  "type": "object",
  "properties": {
    "@odata.type": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    }
  }
}