@@ -18259,6 +18259,168 @@
1825918259 ],
1826018260 "ownerInfo": {}
1826118261 },
18262+ "EngagementConversation.Migration.All": {
18263+ "schemes": {
18264+ "Application": {
18265+ "adminDisplayName": "Read and write all Viva Engage conversations",
18266+ "adminDescription": "Allows the app to create Viva Engage conversations without a signed-in user.",
18267+ "requiresAdminConsent": true,
18268+ "privilegeLevel": 5
18269+ }
18270+ },
18271+ "pathSets": [
18272+ {
18273+ "schemeKeys": [
18274+ "Application"
18275+ ],
18276+ "methods": [
18277+ "POST"
18278+ ],
18279+ "paths": {
18280+ "/employeeexperience/communities/{id}/microsoft.graph.completeUploadSession": "",
18281+ "/employeeexperience/communities/{id}/microsoft.graph.createUploadSession": "",
18282+ "/employeeexperience/conversations": "",
18283+ "/employeeexperience/conversations/{id}/messages": "",
18284+ "/employeeexperience/conversations/{id}/messages/{id}/microsoft.graph.addReaction": "",
18285+ "/employeeexperience/conversations/{id}/messages/{id}/microsoft.graph.engagementConversationPollMessage/microsoft.graph.vote": "",
18286+ "/employeeexperience/conversations/{id}/messages/{id}/replies": "",
18287+ "/users/{id}/employeeExperience/storyline/microsoft.graph.completeUploadSession": "",
18288+ "/users/{id}/employeeExperience/storyline/microsoft.graph.createUploadSessions": "",
18289+ "/users/{id}/employeeExperience/storyline/microsoft.graph.follow": ""
18290+ }
18291+ }
18292+ ],
18293+ "ownerInfo": {
18294+ "ownerSecurityGroup": "ve-msgraph-owners"
18295+ }
18296+ },
18297+ "EngagementConversation.Read.All": {
18298+ "schemes": {
18299+ "DelegatedWork": {
18300+ "adminDisplayName": "Read all Viva Engage conversations",
18301+ "adminDescription": "Allows the app to read Viva Engage conversations, and to read their properties on behalf of the signed-in user.",
18302+ "userDisplayName": "Read all Viva Engage conversations",
18303+ "userDescription": "Allows the app to list Viva Engage conversations, and to read their properties on your behalf.",
18304+ "requiresAdminConsent": true,
18305+ "privilegeLevel": 2
18306+ },
18307+ "Application": {
18308+ "adminDisplayName": "Read all Viva Engage conversations",
18309+ "adminDescription": "Allows the app to list Viva Engage conversations, and to read their properties without a signed-in user.",
18310+ "requiresAdminConsent": true,
18311+ "privilegeLevel": 4
18312+ }
18313+ },
18314+ "pathSets": [
18315+ {
18316+ "schemeKeys": [
18317+ "DelegatedWork",
18318+ "Application"
18319+ ],
18320+ "methods": [
18321+ "GET"
18322+ ],
18323+ "paths": {
18324+ "/employeeexperience/conversations": "least=DelegatedWork,Application",
18325+ "/employeeexperience/conversations/{id}": "least=DelegatedWork,Application",
18326+ "/employeeexperience/conversations/{id}/messages": "least=DelegatedWork,Application",
18327+ "/employeeexperience/conversations/{id}/messages/{id}": "least=DelegatedWork,Application",
18328+ "/employeeexperience/conversations/{id}/messages/{id}/reactions": "least=DelegatedWork,Application",
18329+ "/employeeexperience/conversations/{id}/messages/{id}/replies": "least=DelegatedWork,Application"
18330+ }
18331+ }
18332+ ],
18333+ "ownerInfo": {
18334+ "ownerSecurityGroup": "ve-msgraph-owners"
18335+ }
18336+ },
18337+ "EngagementConversation.ReadWrite.All": {
18338+ "schemes": {
18339+ "DelegatedWork": {
18340+ "adminDisplayName": "Read and write all Viva Engage conversations",
18341+ "adminDescription": "Allows the app to create Viva Engage conversations and read all conversation properties on behalf of the signed-in user.",
18342+ "userDisplayName": "Read and write all Viva Engage communities",
18343+ "userDescription": "Allows the app to create Viva Engage conversations and read all conversation properties on your behalf.",
18344+ "requiresAdminConsent": true,
18345+ "privilegeLevel": 3
18346+ },
18347+ "Application": {
18348+ "adminDisplayName": "Read and write all Viva Engage conversations",
18349+ "adminDescription": "Allows the app to create Viva Engage conversations, read all conversation properties, update conversation properties, and delete conversations without a signed-in user.",
18350+ "requiresAdminConsent": true,
18351+ "privilegeLevel": 4
18352+ }
18353+ },
18354+ "pathSets": [
18355+ {
18356+ "schemeKeys": [
18357+ "DelegatedWork",
18358+ "Application"
18359+ ],
18360+ "methods": [
18361+ "POST"
18362+ ],
18363+ "paths": {
18364+ "/employeeexperience/communities/{id}/microsoft.graph.completeUploadSession": "least=DelegatedWork,Application",
18365+ "/employeeexperience/communities/{id}/microsoft.graph.createUploadSession": "least=DelegatedWork,Application",
18366+ "/employeeexperience/conversations": "least=DelegatedWork,Application",
18367+ "/employeeexperience/conversations/{id}/messages": "least=DelegatedWork,Application",
18368+ "/employeeexperience/conversations/{id}/messages/{id}/microsoft.graph.addReaction": "least=DelegatedWork,Application",
18369+ "/employeeexperience/conversations/{id}/messages/{id}/microsoft.graph.engagementConversationPollMessage/microsoft.graph.vote": "least=DelegatedWork,Application",
18370+ "/employeeexperience/conversations/{id}/messages/{id}/microsoft.graph.removeReaction": "least=DelegatedWork,Application",
18371+ "/employeeexperience/conversations/{id}/messages/{id}/replies": "least=DelegatedWork,Application",
18372+ "/users/{id}/employeeExperience/storyline/microsoft.graph.completeUploadSession": "least=DelegatedWork,Application",
18373+ "/users/{id}/employeeExperience/storyline/microsoft.graph.createUploadSessions": "least=DelegatedWork,Application"
18374+ }
18375+ },
18376+ {
18377+ "schemeKeys": [
18378+ "DelegatedWork",
18379+ "Application"
18380+ ],
18381+ "methods": [
18382+ "GET"
18383+ ],
18384+ "paths": {
18385+ "/employeeexperience/conversations": "",
18386+ "/employeeexperience/conversations/{id}": "",
18387+ "/employeeexperience/conversations/{id}/messages": "",
18388+ "/employeeexperience/conversations/{id}/messages/{id}": "",
18389+ "/employeeexperience/conversations/{id}/messages/{id}/reactions": "",
18390+ "/employeeexperience/conversations/{id}/messages/{id}/replies": ""
18391+ }
18392+ },
18393+ {
18394+ "schemeKeys": [
18395+ "DelegatedWork",
18396+ "Application"
18397+ ],
18398+ "methods": [
18399+ "PATCH"
18400+ ],
18401+ "paths": {
18402+ "/employeeexperience/conversations/{id}": "least=DelegatedWork,Application",
18403+ "/employeeexperience/conversations/{id}/messages/{id}": "least=DelegatedWork,Application"
18404+ }
18405+ },
18406+ {
18407+ "schemeKeys": [
18408+ "DelegatedWork",
18409+ "Application"
18410+ ],
18411+ "methods": [
18412+ "DELETE"
18413+ ],
18414+ "paths": {
18415+ "/employeeexperience/conversations/{id}": "least=DelegatedWork,Application",
18416+ "/employeeexperience/conversations/{id}/messages/{id}": "least=DelegatedWork,Application"
18417+ }
18418+ }
18419+ ],
18420+ "ownerInfo": {
18421+ "ownerSecurityGroup": "ve-msgraph-owners"
18422+ }
18423+ },
1826218424 "EntitlementManagement.Read.All": {
1826318425 "schemes": {
1826418426 "DelegatedWork": {
3925839420 "ownerSecurityGroup": "exospm_sg"
3925939421 }
3926039422 },
39423+ "Storyline.Read.All": {
39424+ "schemes": {
39425+ "DelegatedWork": {
39426+ "adminDisplayName": "Read all Viva Engage storylines",
39427+ "adminDescription": "Allows the app to read Viva Engage storylines, and to read their properties on behalf of the signed-in user.",
39428+ "userDisplayName": "Read all Viva Engage storylines",
39429+ "userDescription": "Allows the app to access the Viva Engage storyline, and to read their properties on your behalf.",
39430+ "requiresAdminConsent": true,
39431+ "privilegeLevel": 2
39432+ },
39433+ "Application": {
39434+ "adminDisplayName": "Read all Viva Engage storylines",
39435+ "adminDescription": "Allows the app to read the Viva Engage storylines, and to read their properties without a signed-in user.",
39436+ "requiresAdminConsent": true,
39437+ "privilegeLevel": 4
39438+ }
39439+ },
39440+ "pathSets": [
39441+ {
39442+ "schemeKeys": [
39443+ "DelegatedWork",
39444+ "Application"
39445+ ],
39446+ "methods": [
39447+ "GET"
39448+ ],
39449+ "paths": {
39450+ "/users/{id}/employeeExperience/storyline": "least=DelegatedWork,Application",
39451+ "/users/{id}/employeeExperience/storyline/followers": "least=DelegatedWork,Application"
39452+ }
39453+ }
39454+ ],
39455+ "ownerInfo": {
39456+ "ownerSecurityGroup": "ve-msgraph-owners"
39457+ }
39458+ },
39459+ "Storyline.ReadWrite.All": {
39460+ "schemes": {
39461+ "DelegatedWork": {
39462+ "adminDisplayName": "Read and write all Viva Engage storylines",
39463+ "adminDescription": "Allows the app to modify the Viva Engage storyline and read all storyline properties on behalf of the signed-in user.",
39464+ "userDisplayName": "Read and write all Viva Engage storylines",
39465+ "userDescription": "Allows the app to create Viva Engage storyline items and read all storyline properties on your behalf.",
39466+ "requiresAdminConsent": true,
39467+ "privilegeLevel": 3
39468+ },
39469+ "Application": {
39470+ "adminDisplayName": "Read and write all Viva Engage storylines",
39471+ "adminDescription": "Allows the app to modify Viva Engage storylines, read all storylines properties, update storyline properties, and delete storyline properties without a signed-in user.",
39472+ "requiresAdminConsent": true,
39473+ "privilegeLevel": 4
39474+ }
39475+ },
39476+ "pathSets": [
39477+ {
39478+ "schemeKeys": [
39479+ "DelegatedWork",
39480+ "Application"
39481+ ],
39482+ "methods": [
39483+ "POST"
39484+ ],
39485+ "paths": {
39486+ "/users/{id}/employeeExperience/storyline/microsoft.graph.follow": "least=DelegatedWork,Application",
39487+ "/users/{id}/employeeExperience/storyline/microsoft.graph.unfollow": "least=DelegatedWork,Application"
39488+ }
39489+ },
39490+ {
39491+ "schemeKeys": [
39492+ "DelegatedWork",
39493+ "Application"
39494+ ],
39495+ "methods": [
39496+ "GET"
39497+ ],
39498+ "paths": {
39499+ "/users/{id}/employeeExperience/storyline": "",
39500+ "/users/{id}/employeeExperience/storyline/followers": ""
39501+ }
39502+ }
39503+ ],
39504+ "ownerInfo": {
39505+ "ownerSecurityGroup": "ve-msgraph-owners"
39506+ }
39507+ },
3926139508 "SubjectRightsRequest.Read.All": {
3926239509 "schemes": {
3926339510 "DelegatedWork": {
0 commit comments