educationPowerSchoolDataProvider 资源

命名空间:microsoft.graph

重要

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

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

派生自 educationSynchronizationDataProvider

属性

属性 类型 说明
allowTeachersInMultipleSchools 布尔值 指示源是否具有单个学生或教师的多个标识符。
clientId 字符串 用于连接到 PowerSchool 的客户端 ID。
clientSecret 字符串 用于对 PowerSchool 实例的连接进行身份验证的客户端密码。
connectionUrl String PowerSchool 实例的连接 URL。
schoolsIds 字符串集合 要同步的学校列表。
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"
  }
}