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
166 changes: 161 additions & 5 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 @@ -28227,6 +28237,56 @@
"ownerSecurityGroup": "GroupsIDCSG"
}
},
"Group-NestingSupport.ReadWrite.All": {
"authorizationType": "oAuth2",
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Read and write groups' disableNesting property",
"adminDescription": "Allows the app to read and write groups' disableNesting property on behalf of the signed-in user.",
"userDisplayName": "Read and write groups' disableNesting property",
"userDescription": "Allows the app to read and write the disableNesting property on your behalf.",
"requiresAdminConsent": true,
"privilegeLevel": 2
},
"Application": {
"adminDisplayName": "Read and write groups' disableNesting property",
"adminDescription": "Allows the app to read and write groups' disableNesting property without a signed-in user.",
"requiresAdminConsent": true,
"privilegeLevel": 4
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"GET"
],
"paths": {
"/groups": "least=DelegatedWork,Application",
"/groups/{id}": "least=DelegatedWork,Application",
"/groups/delta": "least=DelegatedWork,Application"
}
},
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"PATCH"
],
"paths": {
"/groups/{id}": "least=DelegatedWork,Application"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "AADGroupsPreAuth"
}
},
"Group-OnPremisesSyncBehavior.ReadWrite.All": {
"authorizationType": "oAuth2",
"schemes": {
Expand Down Expand Up @@ -32026,7 +32086,7 @@
"/identitygovernance/lifecycleworkflows/workflows": "",
"/identitygovernance/lifecycleworkflows/workflows({id})/previewscope": "least=DelegatedWork,Application",
"/identitygovernance/lifecycleworkflows/workflows({id})/previewtaskfailures": "least=DelegatedWork,Application",
"/identitygovernance/lifecycleworkflows/workflows/{id}": "least=DelegatedWork,Application",
"/identitygovernance/lifecycleworkflows/workflows/{id}": "",
"/identitygovernance/lifecycleworkflows/workflows/{id}/executionscope": "least=DelegatedWork,Application",
"/identitygovernance/lifecycleworkflows/workflows/{id}/tasks": "least=DelegatedWork,Application",
"/identitygovernance/lifecycleworkflows/workflows/{id}/tasks/{id}": "least=DelegatedWork,Application",
Expand Down Expand Up @@ -32069,7 +32129,8 @@
"GET"
],
"paths": {
"/identitygovernance/lifecycleworkflows/workflows": "least=DelegatedWork,Application"
"/identitygovernance/lifecycleworkflows/workflows": "least=DelegatedWork,Application",
"/identitygovernance/lifecycleworkflows/workflows/{id}": "least=DelegatedWork,Application"
}
}
],
Expand Down Expand Up @@ -37780,6 +37841,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 +37993,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",
"/identity/conditionalaccess/policies/{id}": "least=DelegatedWork,Application"
}
},
Expand Down Expand Up @@ -38364,6 +38429,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 +39284,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 +39332,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 +39349,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 +43259,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 +43307,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 +46670,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
32 changes: 26 additions & 6 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 @@ -7483,15 +7493,15 @@
"id": "e7f8a3b2-9c1d-4e5f-8a7b-2c3d4e5f6a7b",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "65d91a3d-ab74-42e6-8a2f-0add61688c74"
},
{
"id": "b4c7d8e9-f2a5-4b6c-9d8e-1f2a3b4c5d6e",
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "65d91a3d-ab74-42e6-8a2f-0add61688c74"
}
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 @@ -14885,7 +14905,7 @@
"resourceAppId": "00000002-0000-0000-c000-000000000000"
}
],
"ServicePrincipal.MigrateToAgentIdentity.OwnedBy": [
"ServicePrincipal.ConvertToAgentIdentity.OwnedBy": [
{
"id": "",
"scheme": "Application",
Expand All @@ -14895,7 +14915,7 @@
"resourceAppId": "00000002-0000-0000-c000-000000000000"
}
],
"AgentIdentity.RollBackMigration.OwnedBy": [
"AgentIdentity.ConvertToApplicationSP.OwnedBy": [
{
"id": "",
"scheme": "Application",
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