ExternalItem.ReadWrite.All
Allows the app to read and write all external items on behalf of a signed-in user. The signed-in user must be an administrator.
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
ExternalItem.ReadWrite.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 | 38c3d6ee-69ee-422f-b954-e17819665354 | b02c54f8-eb48-4c50-a9f0-a149e5a2012f |
DisplayText | Read and write items in external datasets | Read and write all external items |
Description | Allow the app to read or write items in all external datasets that the app is authorized to access | Allows the app to read and write all external items on behalf of a signed-in user. The signed-in user must be an administrator. |
AdminConsentRequired | Yes | Yes |
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.
- acl
- externalActivity
- externalActivityResult
- externalConnection
- externalGroup
- externalGroupMember
- externalItem
- externalItemContent
- identity
- properties
- schema
Graph reference: acl
Property | Type | Description |
---|---|---|
accessType | microsoft.graph.externalConnectors.accessType | The access granted to the identity. Possible values are: grant , deny , unknownFutureValue . |
type | microsoft.graph.externalConnectors.aclType | The type of identity. Possible values are: user , group , everyone , everyoneExceptGuests , externalGroup , unknownFutureValue . |
value | String | The unique identifer of the identity. For Microsoft Entra identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. For external groups value is set to the ID of the externalGroup |