From 349ad0ec1a862bd7bccc125fee0ee49dbb02628d Mon Sep 17 00:00:00 2001 From: reshmee011 Date: Sun, 11 Feb 2024 04:31:33 +0000 Subject: [PATCH] updates --- .../Resources/O365ManagementPermissions.json | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/src/Commands/Resources/O365ManagementPermissions.json b/src/Commands/Resources/O365ManagementPermissions.json index 55d72901e..aaccccfda 100644 --- a/src/Commands/Resources/O365ManagementPermissions.json +++ b/src/Commands/Resources/O365ManagementPermissions.json @@ -29,6 +29,26 @@ "consentDescription": "Allows the application to read service health information for your organization.", "consentDisplayName": "Read service health information for your organization", "value": "ServiceHealth.Read" + }, + { + "adminConsentDescription": "Allows the application to read service health information for your organization.", + "adminConsentDisplayName": "Read activity reports for your organization", + "id": "b3b78c39-cb1d-4d17-820a-25d9196a800e", + "isEnabled": true, + "isAdmin": true, + "consentDescription": "Allows the application to read service health information for your organization.", + "consentDisplayName": "Read service health information for your organization", + "value": "ActivityReports.Read" + }, + { + "adminConsentDescription": "Allows the application to read threat intelligence data for your organization", + "adminConsentDisplayName": "Read threat intelligence data for your organization", + "id": "17f1c501-83cd-414c-9064-cd10f7aef836", + "isEnabled": true, + "isAdmin": true, + "consentDescription": "Allows the application to read threat intelligence data for your organization", + "consentDisplayName": "Read threat intelligence data for your organization", + "value": "ThreatIntelligence.Read" } ], "applicationScopesList": [ @@ -61,6 +81,26 @@ "consentDescription": "Allows the application to read service health information for your organization.", "consentDisplayName": "Read service health information for your organization", "value": "ServiceHealth.Read" + }, + { + "adminConsentDescription": "Allows the application to read service health information for your organization.", + "adminConsentDisplayName": "Read activity reports for your organization", + "id": "b3b78c39-cb1d-4d17-820a-25d9196a800e", + "isEnabled": true, + "isAdmin": true, + "consentDescription": "Allows the application to read service health information for your organization.", + "consentDisplayName": "Read service health information for your organization", + "value": "ActivityReports.Read" + }, + { + "adminConsentDescription": "Allows the application to read threat intelligence data for your organization", + "adminConsentDisplayName": "Read threat intelligence data for your organization", + "id": "17f1c501-83cd-414c-9064-cd10f7aef836", + "isEnabled": true, + "isAdmin": true, + "consentDescription": "Allows the application to read threat intelligence data for your organization", + "consentDisplayName": "Read threat intelligence data for your organization", + "value": "ThreatIntelligence.Read" } ] } \ No newline at end of file