Skip to content

Commit

Permalink
Weekly Permissions sync 2025-01-29
Browse files Browse the repository at this point in the history
  • Loading branch information
marabooy committed Jan 29, 2025
1 parent 86b7c03 commit b60649f
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1301,6 +1301,7 @@
"/serviceprincipals(appid={value})/createpasswordsinglesignoncredentials": "least=DelegatedWork,Application;AlsoRequires=Directory.Read.All",
"/serviceprincipals(appid={value})/deletepasswordsinglesignoncredentials": "least=DelegatedWork,Application;AlsoRequires=Directory.Read.All",
"/serviceprincipals(appid={value})/getpasswordsinglesignoncredentials": "least=DelegatedWork;AlsoRequires=Directory.Read.All",
"/serviceprincipals(appid={value})/permanentDelete": "least=DelegatedWork",
"/serviceprincipals(appid={value})/removekey": "least=DelegatedWork",
"/serviceprincipals(appid={value})/removepassword": "least=DelegatedWork",
"/serviceprincipals(appid={value})/updatepasswordsinglesignoncredentials": "least=DelegatedWork,Application;AlsoRequires=Directory.Read.All",
Expand All @@ -1314,6 +1315,7 @@
"/serviceprincipals/{id}/getmembergroups": "",
"/serviceprincipals/{id}/getmemberobjects": "",
"/serviceprincipals/{id}/getpasswordsinglesignoncredentials": "least=DelegatedWork;AlsoRequires=Directory.Read.All",
"/serviceprincipals/{id}/permanentDelete": "least=DelegatedWork",
"/serviceprincipals/{id}/remotedesktopsecurityconfiguration": "",
"/serviceprincipals/{id}/remotedesktopsecurityconfiguration/targetdevicegroups": "",
"/serviceprincipals/{id}/removekey": "least=DelegatedWork",
Expand Down Expand Up @@ -1622,13 +1624,15 @@
"/serviceprincipals(appid={value})/addtokensigningcertificate": "least=Application",
"/serviceprincipals(appid={value})/getpasswordsinglesignoncredentials": "least=Application;AlsoRequires=Directory.Read.All",
"/serviceprincipals(appid={value})/owners": "least=Application;AlsoRequires=Directory.Read.All",
"/serviceprincipals(appid={value})/permanentDelete": "least=Application",
"/serviceprincipals(appid={value})/removekey": "least=Application",
"/serviceprincipals(appid={value})/removepassword": "least=Application",
"/serviceprincipals/{id}/addkey": "least=Application",
"/serviceprincipals/{id}/addpassword": "least=Application",
"/serviceprincipals/{id}/addtokensigningcertificate": "least=Application",
"/serviceprincipals/{id}/getpasswordsinglesignoncredentials": "least=Application;AlsoRequires=Directory.Read.All",
"/serviceprincipals/{id}/owners": "least=Application;AlsoRequires=Directory.Read.All",
"/serviceprincipals/{id}/permanentDelete": "least=Application",
"/serviceprincipals/{id}/remotedesktopsecurityconfiguration": "",
"/serviceprincipals/{id}/remotedesktopsecurityconfiguration/targetdevicegroups": "",
"/serviceprincipals/{id}/removekey": "least=Application",
Expand Down Expand Up @@ -36059,8 +36063,20 @@
"GET"
],
"paths": {
"/identity/riskPreventionProviders": "least=DelegatedWork,Application",
"/identity/riskPreventionProviders/{id}": "least=DelegatedWork,Application"
"/identity/riskPrevention/fraudProtectionProviders": "least=DelegatedWork,Application",
"/identity/riskPrevention/fraudProtectionProviders/{id}": "least=DelegatedWork,Application"
}
},
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"POST"
],
"paths": {
"/identity/riskPrevention/webApplicationFirewalls/verify": "least=DelegatedWork,Application"
}
}
],
Expand Down Expand Up @@ -36096,7 +36112,7 @@
"POST"
],
"paths": {
"/identity/riskPreventionProviders": "least=DelegatedWork,Application"
"/identity/riskPrevention/fraudProtectionProviders": "least=DelegatedWork,Application"
}
},
{
Expand All @@ -36110,7 +36126,7 @@
"PATCH"
],
"paths": {
"/identity/riskPreventionProviders/{id}": "least=DelegatedWork,Application"
"/identity/riskPrevention/fraudProtectionProviders/{id}": "least=DelegatedWork,Application"
}
}
],
Expand Down

0 comments on commit b60649f

Please sign in to comment.