Sites.Read.All
Allows the application to read documents and list items in all site collections on behalf of the 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
Sites.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 | 332a536c-c7ef-4017-ab91-336970924f0d | 205e70e5-aba6-4c52-a976-6d2d46c48043 |
DisplayText | Read items in all site collections | Read items in all site collections |
Description | Allows the app to read documents and list items in all site collections without a signed in user. | Allows the application to read documents and list items in all site collections on behalf of the signed-in user |
AdminConsentRequired | Yes | No |
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.
- baseSitePage
- channel
- contentModel
- contentModelUsage
- contentType
- deleted
- documentSetVersion
- drive
- driveItem
- driveItemVersion
- extractSensitivityLabelsResult
- horizontalSection
- horizontalSectionColumn
- resourceVisualization
- sharedInsight
- sharingDetail
- trending
- usedInsight
- itemActivity
- itemActivityStat
- itemAnalytics
- itemReference
- itemRetentionLabel
- List
- listItem
- ListItemVersion
- pageTemplate
- Permission
- recycleBin
- recycleBinItem
- remoteItem
- richLongRunningOperation
- search-api-overview
- searchRequest
- searchResponse
- sharingInvitation
- sharingLink
- site
- sitePage
- siteSettings
- standardWebPart
- systemfacet
- textWebPart
- Thumbnail
- ThumbnailSet
- verticalSection
- webPart
- webPartPosition
- workbookNamedItem
Graph reference: baseSitePage
Property | Type | Description |
---|---|---|
contentType | contentTypeInfo | The content type of this item. Inherited from baseItem. |
createdBy | identitySet | Identity of the creator of this item. Read-only. Inherited from baseItem. |
createdDateTime | DateTimeOffset | The date and time the item was created. Read-only. Inherited from baseItem. |
description | String | The descriptive text for the item. Inherited from baseItem. |
eTag | String | ETag for the item. Inherited from baseItem. |
id | String | The unique identifier of the item. Inherited from entity. |
lastModifiedBy | identitySet | The identity of the last modifier of this item. Read-only. Inherited from baseItem. |
lastModifiedDateTime | DateTimeOffset | The date and time the item was last modified. Read-only. Inherited from baseItem. |
name | String | The name of the item. Inherited from baseItem. |
pageLayout | pageLayoutType | The name of the page layout of the page. The possible values are: microsoftReserved , article , home , unknownFutureValue . |
parentReference | itemReference | Parent information, if the item has a parent. Inherited from baseItem. |
publishingState | publicationFacet | The publishing status and the MM.mm version of the page. |
title | String | Title of the sitePage. |
webUrl | String | URL that displays the resource in the browser. Read-only. Inherited from baseItem. |