Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.98 KB

educationorganization.md

File metadata and controls

54 lines (42 loc) · 1.98 KB
title description author ms.localizationpriority ms.subservice doc_type
educationOrganization resource type
Abstract entity used to model the commonality between different organization types within the education sector.
mlafleur
medium
education
resourcePageType

educationOrganization resource type

Namespace: microsoft.graph

Abstract entity used to model the commonality between different organization types within the education sector.

Inherits from entity.

Properties

Property Type Description
description String Organization description.
displayName String Organization display name.
externalSource educationExternalSource Source where this organization was created from. Possible values are: sis, manual.
externalSourceDetail String The name of the external source this resource was generated from.
id String Object identifier. Inherited from entity

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.educationOrganization",
  "displayName": "String",
  "description": "String",
  "externalSource": "String",
  "externalSourceDetail": "String",
  "id": "String (identifier)"
}