educationAssignmentDefaults 资源类型
命名空间:microsoft.graph
指定类中创建的新作业所尊重的类级默认值。
如果调用方不希望出现默认行为,则可以继续指定每个作业创建的自定义值。
Methods
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | educationAssignmentDefaults 的唯一标识符 |
| addedStudentAction | educationAddedStudentAction | 用于处理作业发布后添加的学生的课堂级默认行为。 可取值为:none、assignIfOpen。 |
| addToCalendarAction | educationAddToCalendarOptions | 用于控制在作业发布时向学生和教师日历添加作业的可选字段。 可能的值是: none、 studentsAndPublisher、 studentsAndTeamOwners、 unknownFutureValue和 studentsOnly。 请注意,必须使用Prefer: include-unknown-enum-members请求标头获取以下值 (此可旋转枚举中的) : studentsOnly 默认值为 none。 |
| dueTime | TimeOfDay | 截止时间字段的类级默认值。 默认值为 23:59:00。 |
| notificationChannelUrl | String | 将向其发送通知的默认Teams通道。 默认值为 null。 |
关系
无。
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"id": "String (identifier)",
"addedStudentAction": "String",
"addToCalendarAction": "educationAddToCalendarOptions",
"dueTime": "String (timestamp)",
"notificationChannelUrl": "String"
}
反馈
提交和查看相关反馈