diff --git a/permissions/new/ProvisioningInfo.json b/permissions/new/ProvisioningInfo.json index 44e2b912..88bcd1e6 100644 --- a/permissions/new/ProvisioningInfo.json +++ b/permissions/new/ProvisioningInfo.json @@ -15146,6 +15146,34 @@ "isEnabled": true, "resourceAppId": "7c99d979-3b9c-4342-97dd-3239678fb300" } + ], + "VerifiedId-Profile.Read.All": [ + { + "id": "3da0bc58-040a-4423-ae60-cfb849edc620", + "scheme": "DelegatedWork", + "environment": "public", + "isHidden": true, + "isEnabled": true, + "resourceAppId": "93625bc8-bfe2-437a-97e0-3d0060024faa" + }, + { + "id": "db1ab09f-19aa-42fb-a75e-502bbe395625", + "scheme": "Application", + "environment": "public", + "isHidden": true, + "isEnabled": true, + "resourceAppId": "93625bc8-bfe2-437a-97e0-3d0060024faa" + } + ], + "VerifiedId-Profile.ReadWrite.All": [ + { + "id": "13a7d4a4-5c13-442f-bbbd-b995d620b27d", + "scheme": "DelegatedWork", + "environment": "public", + "isHidden": true, + "isEnabled": true, + "resourceAppId": "93625bc8-bfe2-437a-97e0-3d0060024faa" + } ] } } diff --git a/permissions/new/permissions.json b/permissions/new/permissions.json index 7ed00ad9..5961b07f 100644 --- a/permissions/new/permissions.json +++ b/permissions/new/permissions.json @@ -27412,6 +27412,7 @@ "/me/mailfolders/{id}/messages/{id}/permanentDelete": "least=DelegatedWork,DelegatedPersonal,Application", "/me/mailfolders/{id}/move": "least=DelegatedWork,DelegatedPersonal,Application", "/me/mailfolders/{id}/permanentDelete": "least=DelegatedWork,DelegatedPersonal,Application", + "/me/mailfolders/{id}/reportMessage": "least=DelegatedWork,DelegatedPersonal,Application", "/me/mailfolders/{id}/updateAllMessagesReadState": "least=DelegatedWork,DelegatedPersonal,Application", "/me/messages/{id}/attachments": "least=DelegatedWork,DelegatedPersonal,Application", "/me/messages/{id}/attachments/createuploadsession": "", @@ -27435,6 +27436,7 @@ "/users/{id}/mailfolders/{id}/messages/{id}/permanentDelete": "least=DelegatedWork,DelegatedPersonal,Application", "/users/{id}/mailfolders/{id}/move": "least=DelegatedWork,DelegatedPersonal,Application", "/users/{id}/mailfolders/{id}/permanentDelete": "least=DelegatedWork,DelegatedPersonal,Application", + "/users/{id}/mailfolders/{id}/reportMessage": "least=DelegatedWork,DelegatedPersonal,Application", "/users/{id}/mailfolders/{id}/updateAllMessagesReadState": "least=DelegatedWork,DelegatedPersonal,Application", "/users/{id}/messages/{id}/attachments": "least=DelegatedWork,DelegatedPersonal,Application", "/users/{id}/messages/{id}/attachments/createuploadsession": "", @@ -31817,10 +31819,15 @@ ], "paths": { "/places/{id}": "least=DelegatedWork,Application", + "/places/{id}/descendants()": "least=DelegatedWork,Application", "/places/{id}/microsoft.graph.roomlist/rooms": "least=DelegatedWork,Application", "/places/{id}/microsoft.graph.roomlist/workspaces": "least=DelegatedWork,Application", + "/places/microsoft.graph.building": "least=DelegatedWork,Application", + "/places/microsoft.graph.desk": "least=DelegatedWork,Application", + "/places/microsoft.graph.floor": "least=DelegatedWork,Application", "/places/microsoft.graph.room": "least=DelegatedWork,Application", "/places/microsoft.graph.roomlist": "least=DelegatedWork,Application", + "/places/microsoft.graph.section": "least=DelegatedWork,Application", "/places/microsoft.graph.workspace": "least=DelegatedWork,Application" } } @@ -31839,18 +31846,38 @@ "userDescription": "Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on your behalf.", "requiresAdminConsent": true, "privilegeLevel": 3 + }, + "Application": { + "adminDisplayName": "Read and write organization places", + "adminDescription": "Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on behalf of the signed-in user.", + "requiresAdminConsent": true, + "privilegeLevel": 4 } }, "pathSets": [ { "schemeKeys": [ - "DelegatedWork" + "DelegatedWork", + "Application" ], "methods": [ + "DELETE", "PATCH" ], "paths": { - "/places/{id}": "least=DelegatedWork" + "/places/{id}": "least=DelegatedWork,Application" + } + }, + { + "schemeKeys": [ + "DelegatedWork", + "Application" + ], + "methods": [ + "POST" + ], + "paths": { + "/places": "least=DelegatedWork,Application" } } ],