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)"
}