Skip to content

Commit 2ad589c

Browse files
committed
Weekly Permissions sync 2025-06-27
1 parent 8c2d24a commit 2ad589c

File tree

2 files changed

+81
-2
lines changed

2 files changed

+81
-2
lines changed

permissions/new/ProvisioningInfo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5490,8 +5490,8 @@
54905490
{
54915491
"scheme": "DelegatedWork",
54925492
"environment": "public",
5493-
"isHidden": true,
5494-
"isEnabled": false,
5493+
"isHidden": false,
5494+
"isEnabled": true,
54955495
"resourceAppId": "00000003-0000-0ff1-ce00-000000000000"
54965496
}
54975497
],

permissions/new/permissions.json

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23558,6 +23558,85 @@
2355823558
"ownerSecurityGroup": "GraphSPOApprovers"
2355923559
}
2356023560
},
23561+
"FileStorageContainerTypeReg.Selected": {
23562+
"authorizationType": "oAuth2",
23563+
"schemes": {
23564+
"DelegatedWork": {
23565+
"adminDisplayName": "Access selected file storage container type registrations.",
23566+
"adminDescription": "Allows the application to manage selected file storage container type registrations on behalf of the signed in user. The user must be a SharePoint Embedded Admin or Global Admin.",
23567+
"userDisplayName": "Access selected file storage container type registrations.",
23568+
"userDescription": "Allows the application to manage selected file storage container type registrations on your behalf. You must be a SharePoint Embedded Admin or Global Admin.",
23569+
"requiresAdminConsent": false,
23570+
"privilegeLevel": 2
23571+
},
23572+
"Application": {
23573+
"adminDisplayName": "Access selected file storage container type registrations.",
23574+
"adminDescription": "Allows the application to manage file storage container type registrations without a signed-in user.",
23575+
"requiresAdminConsent": true,
23576+
"privilegeLevel": 3
23577+
}
23578+
},
23579+
"pathSets": [
23580+
{
23581+
"schemeKeys": [
23582+
"DelegatedWork",
23583+
"Application"
23584+
],
23585+
"methods": [
23586+
"PUT"
23587+
],
23588+
"paths": {
23589+
"/storage/fileStorage/containerTypeRegistrations": "least=DelegatedWork,Application",
23590+
"/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants": "least=DelegatedWork,Application",
23591+
"/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants/{id}": "least=DelegatedWork,Application"
23592+
}
23593+
},
23594+
{
23595+
"schemeKeys": [
23596+
"DelegatedWork",
23597+
"Application"
23598+
],
23599+
"methods": [
23600+
"GET"
23601+
],
23602+
"paths": {
23603+
"/storage/fileStorage/containerTypeRegistrations": "least=DelegatedWork,Application",
23604+
"/storage/fileStorage/containerTypeRegistrations/{id}": "least=DelegatedWork,Application",
23605+
"/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants": "least=DelegatedWork,Application",
23606+
"/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants/{id}": "least=DelegatedWork,Application"
23607+
}
23608+
},
23609+
{
23610+
"schemeKeys": [
23611+
"DelegatedWork",
23612+
"Application"
23613+
],
23614+
"methods": [
23615+
"PATCH"
23616+
],
23617+
"paths": {
23618+
"/storage/fileStorage/containerTypeRegistrations/{id}": "least=DelegatedWork,Application",
23619+
"/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants/{id}": "least=DelegatedWork,Application"
23620+
}
23621+
},
23622+
{
23623+
"schemeKeys": [
23624+
"DelegatedWork",
23625+
"Application"
23626+
],
23627+
"methods": [
23628+
"DELETE"
23629+
],
23630+
"paths": {
23631+
"/storage/fileStorage/containerTypeRegistrations/{id}": "least=DelegatedWork,Application",
23632+
"/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants/{id}": "least=DelegatedWork,Application"
23633+
}
23634+
}
23635+
],
23636+
"ownerInfo": {
23637+
"ownerSecurityGroup": "GraphSPOApprovers"
23638+
}
23639+
},
2356123640
"Financials.ReadWrite.All": {
2356223641
"authorizationType": "oAuth2",
2356323642
"schemes": {

0 commit comments

Comments
 (0)