educationAssignmentSettings resource type

Namespace: microsoft.graph

Specifies class-level assignments settings.

Methods

Method Return type Description
Get educationAssignmentSettings educationAssignmentSettings Read the properties and relationships of an educationAssignmentSettings object.
Update educationAssignmentSettings educationAssignmentSettings Update the properties of an educationAssignmentSettings object.

Properties

Property Type Description
id String Unique identifier for the educationAssignmentSettings.
submissionAnimationDisabled Boolean Indicates whether turn-in celebration animation will be shown. A value of true indicates that the animation will not be shown. Default value is false.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "id": "String (identifier)",
  "submissionAnimationDisabled": false
}