From 2ad589c2736d9f80ee3db61254c486d33376bc60 Mon Sep 17 00:00:00 2001 From: David <1511024+marabooy@users.noreply.github.com> Date: Fri, 27 Jun 2025 03:30:39 +0300 Subject: [PATCH] Weekly Permissions sync 2025-06-27 --- permissions/new/ProvisioningInfo.json | 4 +- permissions/new/permissions.json | 79 +++++++++++++++++++++++++++ 2 files changed, 81 insertions(+), 2 deletions(-) diff --git a/permissions/new/ProvisioningInfo.json b/permissions/new/ProvisioningInfo.json index 92573b2e..0751842a 100644 --- a/permissions/new/ProvisioningInfo.json +++ b/permissions/new/ProvisioningInfo.json @@ -5490,8 +5490,8 @@ { "scheme": "DelegatedWork", "environment": "public", - "isHidden": true, - "isEnabled": false, + "isHidden": false, + "isEnabled": true, "resourceAppId": "00000003-0000-0ff1-ce00-000000000000" } ], diff --git a/permissions/new/permissions.json b/permissions/new/permissions.json index 0d4386c0..67e49f69 100644 --- a/permissions/new/permissions.json +++ b/permissions/new/permissions.json @@ -23558,6 +23558,85 @@ "ownerSecurityGroup": "GraphSPOApprovers" } }, + "FileStorageContainerTypeReg.Selected": { + "authorizationType": "oAuth2", + "schemes": { + "DelegatedWork": { + "adminDisplayName": "Access selected file storage container type registrations.", + "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.", + "userDisplayName": "Access selected file storage container type registrations.", + "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.", + "requiresAdminConsent": false, + "privilegeLevel": 2 + }, + "Application": { + "adminDisplayName": "Access selected file storage container type registrations.", + "adminDescription": "Allows the application to manage file storage container type registrations without a signed-in user.", + "requiresAdminConsent": true, + "privilegeLevel": 3 + } + }, + "pathSets": [ + { + "schemeKeys": [ + "DelegatedWork", + "Application" + ], + "methods": [ + "PUT" + ], + "paths": { + "/storage/fileStorage/containerTypeRegistrations": "least=DelegatedWork,Application", + "/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants": "least=DelegatedWork,Application", + "/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants/{id}": "least=DelegatedWork,Application" + } + }, + { + "schemeKeys": [ + "DelegatedWork", + "Application" + ], + "methods": [ + "GET" + ], + "paths": { + "/storage/fileStorage/containerTypeRegistrations": "least=DelegatedWork,Application", + "/storage/fileStorage/containerTypeRegistrations/{id}": "least=DelegatedWork,Application", + "/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants": "least=DelegatedWork,Application", + "/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants/{id}": "least=DelegatedWork,Application" + } + }, + { + "schemeKeys": [ + "DelegatedWork", + "Application" + ], + "methods": [ + "PATCH" + ], + "paths": { + "/storage/fileStorage/containerTypeRegistrations/{id}": "least=DelegatedWork,Application", + "/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants/{id}": "least=DelegatedWork,Application" + } + }, + { + "schemeKeys": [ + "DelegatedWork", + "Application" + ], + "methods": [ + "DELETE" + ], + "paths": { + "/storage/fileStorage/containerTypeRegistrations/{id}": "least=DelegatedWork,Application", + "/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants/{id}": "least=DelegatedWork,Application" + } + } + ], + "ownerInfo": { + "ownerSecurityGroup": "GraphSPOApprovers" + } + }, "Financials.ReadWrite.All": { "authorizationType": "oAuth2", "schemes": {