EduCurricula.Read.All
Allows the app to read all modules and resources, without a signed-in user.
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the
EduCurricula.Read.All
permission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReport
command. See How To: Run a quick OAuth app audit of your tenant
Category | Application | Delegated |
---|---|---|
Identifier | 6cdb464c-3a03-40f8-900b-4cb7ea1da9c0 | - |
DisplayText | Read all class modules and resources | - |
Description | Allows the app to read all modules and resources, without a signed-in user. | - |
AdminConsentRequired | - | - |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
Methods | |
---|---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
Graph reference: educationModule
Property | Type | Description |
---|---|---|
createdBy | identitySet | The display name of the user that created the module. |
createdDateTime | DateTimeOffset | Date time the module was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z |
description | String | Description of the module. |
displayName | String | Name of the module. |
id | String | The unique identifier for the module. Inherited from entity. Read-only. |
isPinned | Boolean | Indicates whether the module is pinned or not. |
lastModifiedBy | identitySet | The last user that modified the module. |
lastModifiedDateTime | DateTimeOffset | Date time the module was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z |
resourcesFolderUrl | string | Folder URL where all the file resources for this module are stored. |
status | string | Status of the **m |