Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions backend/Config/PermissionsTranslator.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[
{
"description": "Allows the app to read email metadata and security detection details for all emails in your organization, without a signed-in user.",
"displayName": "Read metadata and detection details for all emails in your organization",
"id": "b48f7ac2-044d-4281-b02f-75db744d6f5f",
"origin": "Application",
"value": "SecurityAnalyzedMessage.Read.All"
},
{
"description": "Allows the app to read email metadata and security detection details, and execute remediation actions like deleting an email, for all emails in your organization, without a signed-in user.",
"displayName": "Read metadata, detection details, and execute remediation actions on all emails in your organization",
"id": "04c55753-2244-4c25-87fc-704ab82a4f69",
"origin": "Application",
"value": "SecurityAnalyzedMessage.ReadWrite.All"
},
{
"description": "Allows the app to impersonate the signed-in user to access the Partner Center API.",
"displayName": "Partner Center as User",
Expand Down
Loading
Loading