educationFileResource resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
A subclass of educationResource that represents a file object that is associated with the assignment or submission. In this case, the file isn't one of the special files (Word, Excel, and so on) but is a file that doesn't have special handling within the system. The file resource must be stored in the resourceFolder that is associated with the assignment or submission this resource is attached to.
Properties
Property | Type | Description |
---|---|---|
fileUrl | String | Location on disk of the file resource. |
createdBy | String | The display name of the user that created this object. |
createdDateTime | DateTimeOffset | Date time the resource was added. |
displayName | string | The display name of the resource. |
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 . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"fileUrl": "String",
"createdBy": "String (User)",
"createdDateTime": "String (timestamp)",
"displayName": "String",
"lastModifiedBy": "String (User)",
"lastModifiedDateTime": "String (timestamp)"
}