命名空间:microsoft.graph
用于为教育部门中不同组织类型之间的共性建模的抽象实体。
继承自 entity。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| 说明 | String | 组织说明。 |
| displayName | String | 组织显示名称。 |
| externalSource | educationExternalSource | 创建此组织的源。 可能的值为: sis、 manual。 |
| externalSourceDetail | String | 从中生成此资源的外部源的名称。 |
| id | String | 对象标识符。 继承自 实体 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.educationOrganization",
"displayName": "String",
"description": "String",
"externalSource": "String",
"externalSourceDetail": "String",
"id": "String (identifier)"
}