educationExcelResource resource type

Namespace: microsoft.graph

A subclass of educationResource. This resource type represents an Excel document.

Note: The Excel file must be in the resource folder associated with the assignment or submission object to which this resource belongs.

Properties

Property Type Description
createdBy String The display name of the user that created this object.
createdDateTime DateTimeOffset Date time the resoruce was added.
displayName string The display name of the resource.
fileUrl String Pointer to the Excel file object.
lastModifiedBy identitySet The last user to modify the resource.
lastModifiedDateTime DateTimeOffset The date and time when the resource was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.

JSON representation

The following is a JSON representation of the resource.

{
  "createdBy": "String (User)",
  "createdDateTime": "String (timestamp)",
  "displayName": "String",
  "fileUrl": "String",
  "lastModifiedBy": "String (User)",
  "lastModifiedDateTime": "String (timestamp)"
}