Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
111 changes: 108 additions & 3 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@
"POST"
],
"paths": {
"/servicePrincipals/microsoft.graph.agentIdentity": "least=DelegatedWork"
"/servicePrincipals/microsoft.graph.agentIdentity": "least=Application,DelegatedWork"
}
}
],
Expand All @@ -1172,8 +1172,6 @@
"POST"
],
"paths": {
"/servicePrincipals(appid={value})/microsoft.graph.agentIdentityBlueprintPrincipal/identities": "least=Application",
"/servicePrincipals/{id}/microsoft.graph.agentIdentityBlueprintPrincipal/identities": "least=Application",
"/servicePrincipals/microsoft.graph.agentIdentity": ""
}
}
Expand Down Expand Up @@ -17742,6 +17740,18 @@
"/devicemanagement/manageddevices/{id}/wipe": "",
"/devicemanagement/manageddevices/executeaction": ""
}
},
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"GET"
],
"paths": {
"/devicemanagement/manageddevices/{id}/getsyncstatus": "least=DelegatedWork,Application"
}
}
],
"ownerInfo": {
Expand Down Expand Up @@ -37780,6 +37790,7 @@
"/applications/{id}/tokenissuancepolicies": "AlsoRequires=Application.ReadWrite.All",
"/applications/{id}/tokenlifetimepolicies": "AlsoRequires=Application.ReadWrite.All",
"/identity/conditionalaccess/namedlocations": "least=DelegatedWork,Application",
"/identity/conditionalaccess/plans": "least=DelegatedWork,Application",
"/identity/conditionalaccess/policies": "least=DelegatedWork,Application",
"/serviceprincipals(appid={value})/claimsmappingpolicies": "AlsoRequires=Application.ReadWrite.All",
"/serviceprincipals(appid={value})/homerealmdiscoverypolicies": "AlsoRequires=Application.ReadWrite.All",
Expand Down Expand Up @@ -37931,6 +37942,9 @@
],
"paths": {
"/identity/conditionalaccess/namedlocations/{id}": "least=DelegatedWork,Application",
"/identity/conditionalaccess/plans/{id}": "least=DelegatedWork,Application",
"/identity/conditionalaccess/plans/{id}/rules": "least=DelegatedWork,Application",
"/identity/conditionalaccess/plans/{id}/rules/{id}": "least=DelegatedWork,Application",
Comment on lines 37944 to +37947
"/identity/conditionalaccess/policies/{id}": "least=DelegatedWork,Application"
}
},
Expand Down Expand Up @@ -38364,6 +38378,10 @@
],
"paths": {
"/identity/conditionalaccess/authenticationcontextclassreferences": "",
"/identity/conditionalaccess/plans": "least=DelegatedWork,Application",
"/identity/conditionalaccess/plans/{id}": "least=DelegatedWork,Application",
"/identity/conditionalaccess/plans/{id}/rules": "least=DelegatedWork,Application",
"/identity/conditionalaccess/plans/{id}/rules/{id}": "least=DelegatedWork,Application",
"/identity/conditionalaccess/settings": "least=DelegatedWork,Application"
}
},
Expand Down Expand Up @@ -39215,6 +39233,10 @@
"/identity/conditionalaccess/authenticationstrength/authenticationmethodmodes/{id}": "",
"/identity/conditionalaccess/authenticationstrength/combinations": "",
"/identity/conditionalaccess/authenticationstrength/policies/{id}/combinationconfigurations": "",
"/identity/conditionalaccess/plans": "least=DelegatedWork,Application",
"/identity/conditionalaccess/plans/{id}": "least=DelegatedWork,Application",
"/identity/conditionalaccess/plans/{id}/rules": "least=DelegatedWork,Application",
"/identity/conditionalaccess/plans/{id}/rules/{id}": "least=DelegatedWork,Application",
"/policies/authenticationstrengthpolicies": "",
"/policies/authenticationstrengthpolicies/{id}/usage": "",
"/policies/authenticationstrengthpolicies/findbymethodmode(authenticationmethodmodes={value})": ""
Expand Down Expand Up @@ -39259,6 +39281,8 @@
"paths": {
"/identity/conditionalaccess/evaluate": "",
"/identity/conditionalaccess/namedlocations": "",
"/identity/conditionalaccess/plans": "least=DelegatedWork,Application",
"/identity/conditionalaccess/plans/{id}/rules": "least=DelegatedWork,Application",
"/identity/conditionalaccess/policies": "",
"/policies/authenticationstrengthpolicies/{id}/updateallowedcombinations": "least=DelegatedWork,Application"
}
Expand All @@ -39274,6 +39298,8 @@
],
"paths": {
"/identity/conditionalaccess/namedlocations/{id}": "",
"/identity/conditionalaccess/plans/{id}": "least=DelegatedWork,Application",
"/identity/conditionalaccess/plans/{id}/rules/{id}": "least=DelegatedWork,Application",
"/identity/conditionalaccess/policies/{id}": ""
}
},
Expand Down Expand Up @@ -43182,6 +43208,17 @@
"paths": {
"/admin/reportsettings": "least=DelegatedWork,Application"
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"GET"
],
"paths": {
"/admin/reportsettings/sharepoint/apiusagereportmetrics": "least=DelegatedWork"
}
}
],
"ownerInfo": {
Expand Down Expand Up @@ -43219,6 +43256,18 @@
"paths": {
"/admin/reportsettings": "least=DelegatedWork,Application"
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"POST"
],
"paths": {
"/admin/reportsettings/sharepoint/disableapiusagereport": "least=DelegatedWork",
"/admin/reportsettings/sharepoint/enableapiusagereport": "least=DelegatedWork"
}
}
],
"ownerInfo": {
Expand Down Expand Up @@ -46570,6 +46619,62 @@
"ownerSecurityGroup": "ospred"
}
},
"ServicePrincipal.AddRemoveCreds.All": {
"authorizationType": "oAuth2",
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Update credentials for service principals",
"adminDescription": "Allows the app to update credentials for service principals on behalf of the signed-in user.",
"userDisplayName": "Update credentials for service principals",
"userDescription": "Allows the app to update credentials for service principals on your behalf.",
"requiresAdminConsent": true,
"privilegeLevel": 4
},
"Application": {
"adminDisplayName": "Update credentials for service principals",
"adminDescription": "Allows the app to update credentials for service principals, without a signed-in user.",
"requiresAdminConsent": true,
"privilegeLevel": 4
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"POST"
],
"paths": {
"/serviceprincipals(appid={value})/addkey": "least=DelegatedWork",
"/serviceprincipals(appid={value})/addpassword": "least=DelegatedWork",
"/serviceprincipals(appid={value})/removekey": "least=DelegatedWork",
"/serviceprincipals(appid={value})/removepassword": "least=DelegatedWork",
"/serviceprincipals/{id}/addkey": "least=DelegatedWork",
"/serviceprincipals/{id}/addpassword": "least=DelegatedWork",
"/serviceprincipals/{id}/removekey": "least=DelegatedWork",
"/serviceprincipals/{id}/removepassword": "least=DelegatedWork"
}
},
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"PATCH"
],
"paths": {
"/serviceprincipals(appid={value})": "",
"/serviceprincipals/{id}": ""
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "idappcore"
}
},
"SharePointCrossTenantMigration.Manage.All": {
"authorizationType": "oAuth2",
"schemes": {
Expand Down
24 changes: 22 additions & 2 deletions permissions/new/provisioningInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,16 @@
"isEnabled": false,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
}
],
"AgentIdentityBlueprintPrincipal.UpdateLcpComplianceProperty.All": [
{
"id": "",
"scheme": "Application",
"environment": "PPE;public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
}
],
"AgentRegistration.Read.All": [
{
Expand Down Expand Up @@ -14857,6 +14867,16 @@
"resourceAppId": "00000002-0000-0000-c000-000000000000"
}
],
"AgentIdentity.UpdateLcpComplianceProperty.All": [
{
"id": "",
"scheme": "Application",
"environment": "PPE;public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
}
],
"AgentIdentity.ReadWrite.ManagedBy": [
{
"id": "",
Expand Down Expand Up @@ -15000,15 +15020,15 @@
"id": "c4d8f3a9-1e72-4b8d-8f6c-7a91d2e5b3f0",
"scheme": "DelegatedWork",
"environment": "",
"isHidden": true,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
},
{
"id": "6e2a9b14-f5c7-4381-a6d2-0c8f4e1b9a73",
"scheme": "Application",
"environment": "",
"isHidden": true,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
}
Expand Down