Business Scenario Data Permissions for Microsoft Graph
Application
Permission | ID | Purpose | Description |
---|---|---|---|
BusinessScenarioData.Read.OwnedBy | 6c0257fd-cffe-415b-8239-2d0d70fdaa9c | Read data for all business scenarios this app creates or owns | Allows the app to read the data associated with the business scenarios it owns, without a signed-in user. |
BusinessScenarioData.ReadWrite.OwnedBy | f2d21f22-5d80-499e-91cc-0a8a4ce16f54 | Read and write data for all business scenarios this app creates or owns | Allows the app to fully manage the data associated with the business scenarios it owns, without a signed-in user. |
Delegated
Permission | ID | Purpose | Description |
---|---|---|---|
BusinessScenarioData.Read.OwnedBy | 25b265c4-5d34-4e44-952d-b567f6d3b96d | Read all data for business scenarios this app creates or owns | Allows the app to read all data associated with the business scenarios it owns. Data access will be attributed to the signed-in user. |
BusinessScenarioData.ReadWrite.OwnedBy | 19932d57-2952-4c60-8634-3655c79fc527 | Read and write all data for business scenarios this app creates or owns | Allows the app to fully manage all data associated with the business scenarios it owns. Data access and changes will be attributed to the signed-in user. |