External Item Permissions for Microsoft Graph
Application
Permission | ID | Purpose | Description |
---|---|---|---|
ExternalItem.Read.All | 7a7cffad-37d2-4f48-afa4-c6ab129adcc2 | Read all external items | Allows the app to read all external items without a signed-in user. |
ExternalItem.ReadWrite.All | 38c3d6ee-69ee-422f-b954-e17819665354 | Read and write items in external datasets | Allow the app to read or write items in all external datasets that the app is authorized to access |
ExternalItem.ReadWrite.OwnedBy | 8116ae0f-55c2-452d-9944-d18420f5b2c8 | Read and write external items | Allows the app to read and write external items without a signed-in user. The app can only read external items of the connection that it is authorized to. |
Delegated
Permission | ID | Purpose | Description |
---|---|---|---|
ExternalItem.Read.All | 922f9392-b1b7-483c-a4be-0089be7704fb | Read items in external datasets | Allow the app to read external datasets and content, on behalf of the signed-in user. |
ExternalItem.ReadWrite.All | b02c54f8-eb48-4c50-a9f0-a149e5a2012f | Read and write all external items | 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. |
ExternalItem.ReadWrite.OwnedBy | 4367b9d7-cee7-4995-853c-a0bdfe95c1f9 | Read and write external items | Allows the app to read and write external items on behalf of a signed-in user. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to. |