educationPowerSchoolDataProvider 资源

命名空间:microsoft.graph

重要

Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

用于在将 PowerSchool 用作输入源时设置学校数据同步配置文件。

派生自 educationSynchronizationDataProvider

属性

属性 类型 说明
allowTeachersInMultipleSchools Boolean 指示源是否具有单个学生或教师的多个标识符。
clientId 字符串 用于连接到 PowerSchool 的客户端 ID。
clientSecret 字符串 用于对与 PowerSchool 实例的连接进行身份验证的客户端密码。
connectionUrl String 指向 PowerSchool 实例的连接 URL。
schoolsIds String collection 要同步的学校列表。
schoolYear String 要同步的学校年。
操作 educationSynchronizationCustomizations 要应用于同步配置文件的可选自定义项。

JSON 表示形式

{
  "@odata.type": "microsoft.graph.educationPowerSchoolDataProvider",
  "connectionUrl": "String",
  "clientId": "String",
  "clientSecret": "String",
  "schoolsIds": ["String"],
  "schoolYear": "String",
  "allowTeachersInMultipleSchools": "Boolean",
  "customizations": {
    "@odata.type": "microsoft.graph.educationSynchronizationCustomizations"
  }
}