External Connection Permissions for Microsoft Graph
Application
Permission | ID | Purpose | Description |
---|---|---|---|
ExternalConnection.Read.All | 1914711b-a1cb-4793-b019-c2ce0ed21b8c | Read all external connections | Allows the app to read all external connections without a signed-in user. |
ExternalConnection.ReadWrite.All | 34c37bc0-2b40-4d5e-85e1-2365cd256d79 | Read and write all external connections | Allows the app to read and write all external connections without a signed-in user. |
ExternalConnection.ReadWrite.OwnedBy | f431331c-49a6-499f-be1c-62af19c34a9d | Read and write external connections | Allows the app to read and write external connections without a signed-in user. The app can only read and write external connections that it is authorized to, or it can create new external connections. |
Delegated
Permission | ID | Purpose | Description |
---|---|---|---|
ExternalConnection.Read.All | a38267a5-26b6-4d76-9493-935b7599116b | Read all external connections | Allows the app to read all external connections on behalf of a signed-in user. The signed-in user must be an administrator. |
ExternalConnection.ReadWrite.All | bbbbd9b3-3566-4931-ac37-2b2180d9e334 | Read and write all external connections | Allows the app to read and write all external connections on behalf of a signed-in user. The signed-in user must be an administrator. |
ExternalConnection.ReadWrite.OwnedBy | 4082ad95-c812-4f02-be92-780c4c4f1830 | Read and write external connections | Allows the app to read and write settings of external connections on behalf of a signed-in user. The signed-in user must be an administrator. The app can only read and write settings of connections that it is authorized to. |