Sites.Selected
Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online.
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.Selected
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 | 883ea226-0bf2-4a8f-9f9d-92c9162a727d | f89c84ef-20d0-4b54-87e9-02e856d66d53 |
DisplayText | Access selected site collections | Access selected Sites, on behalf of the signed-in user |
Description | Allow the application to access a subset of site collections without a signed in user. The specific site collections and the permissions granted will be configured in SharePoint Online. | Allow the application to access a subset of site collections on behalf of the signed-in user. The specific site collections and the permissions granted will be configured in SharePoint Online. |
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.
Graph reference: documentSetVersion
Property | Type | Description |
---|---|---|
comment | string | Comment about the captured version. |
createdBy | identitySet | User who captured the version. |
createdDateTime | dateTime | Date and time when this version was created. |
id | string | The ID of the version. Read-only. Inherited from listItemVersion. |
items | documentSetVersionItem collection | Items within the document set that are captured as part of this version. |
lastModifiedBy | identitySet | Identity of the user which last modified the version. Read-only. Inherited from listItemVersion. |
lastModifiedDateTime | dateTimeOffset | Date and time when the version was last modified. Read-only. Inherited from listItemVersion. |
published | publicationFacet | Indicates the publication status of this particular version. Read-only. Inherited from listItemVersion. |
shouldCaptureMinorVersion | Boolean | If true , minor versions of items are also captured; otherwise, only major versions are captured. The default value is false . |