You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Customer intent: As a developer, I want to learn more about the permissions available in Microsoft Graph, so that I understand the impact of granting specific permissions to my app.
12
12
---
13
13
@@ -3538,7 +3538,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| DisplayText | - | Manage file storage container types on behalf of the signed in user |
3540
3540
| Description | - | Allows the application to manage file storage container types on behalf of the signed in user. The user must be a SharePoint Embedded Admin or Global Admin. |
3541
-
| AdminConsentRequired | - |Yes|
3541
+
| AdminConsentRequired | - |No|
3542
3542
3543
3543
---
3544
3544
@@ -3549,7 +3549,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| DisplayText | - | Manage file storage container type registrations on behalf of the signed in user |
3551
3551
| Description | - | Allows the application to manage file storage container type registrations on behalf of the signed in user. The user must be a SharePoint Embedded Admin or Global Admin. |
3552
-
| AdminConsentRequired | - |Yes|
3552
+
| AdminConsentRequired | - |No|
3553
3553
3554
3554
---
3555
3555
@@ -8549,6 +8549,17 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| Description | - | Allows the app to read the threat submissions and threat submission policies owned by the signed-in user. Also allows the app to create new threat submissions on behalf of the signed-in user. |
Copy file name to clipboardExpand all lines: concepts/whats-new-overview.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,12 @@ For details about previous updates to Microsoft Graph, see [Microsoft Graph what
20
20
21
21
## February 2026: New and generally available
22
22
23
+
### Files
24
+
25
+
Updated the admin consent requirement for the following delegated permissions related to SharePoint Embedded file storage container management:
26
+
- The `FileStorageContainerType.Manage.All` delegated permission no longer requires admin consent.
27
+
- The `FileStorageContainerTypeReg.Manage.All` delegated permission no longer requires admin consent.
28
+
23
29
### Groups
24
30
25
31
- Added the **resourceBehaviorOptions** and **resourceProvisioningOptions** properties to the [group](/graph/api/resources/group) resource. These properties enable you to specify group behaviors and associated resources for a Microsoft 365 group.
@@ -40,6 +46,12 @@ Use the message trace API to track the flow of email messages through your Excha
40
46
41
47
Added the `restrictWebGrounding` member to the [dlpAction](/graph/api/resources/enums-security#dlpaction-values) enumeration to support restricting web grounding actions in data loss prevention policies in Microsoft Purview.
42
48
49
+
### Security | Threat protection
50
+
51
+
Updated the admin consent requirement for the following delegated permissions related to threat submissions:
52
+
- The `ThreatSubmission.Read` delegated permission now requires admin consent.
53
+
- The `ThreatSubmission.ReadWrite` delegated permission now requires admin consent.
54
+
43
55
### Teamwork and communications | Administration
44
56
45
57
-[Get the policy ID](/graph/api/teamsadministration-teamspolicyassignment-getpolicyid) for a given policy name and policy type within Teams administration.
0 commit comments