Microsoft Graph · Schema

educationOnPremisesInfo

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
immutableId string Unique identifier for the user object in Active Directory.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgrapheducationonpremisesinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.educationOnPremisesInfo",
  "title": "educationOnPremisesInfo",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "immutableId": {
      "type": "string",
      "description": "Unique identifier for the user object in Active Directory.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}